System\Numerics\Tensors\netcore\TensorPrimitives.MaxNumber.cs (6)
29MinMaxCore<T, MaxNumberOperator<T>>(x);
54InvokeSpanSpanIntoSpan<T, MaxNumberOperator<T>>(x, y, destination);
77InvokeSpanScalarIntoSpan<T, MaxNumberOperator<T>>(x, y, destination);
143public static T Invoke(Vector128<T> x) => HorizontalAggregate<T, MaxNumberOperator<T>>(x);
144public static T Invoke(Vector256<T> x) => HorizontalAggregate<T, MaxNumberOperator<T>>(x);
145public static T Invoke(Vector512<T> x) => HorizontalAggregate<T, MaxNumberOperator<T>>(x);