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