6 references to MaxMagnitudeNumberOperator
System.Numerics.Tensors (6)
System\Numerics\Tensors\netcore\TensorPrimitives.MaxMagnitudeNumber.cs (6)
29MinMaxCore<T, MaxMagnitudeNumberOperator<T>>(x); 55InvokeSpanSpanIntoSpan<T, MaxMagnitudeNumberOperator<T>>(x, y, destination); 79InvokeSpanScalarIntoSpan<T, MaxMagnitudeNumberOperator<T>>(x, y, destination); 216public static T Invoke(Vector128<T> x) => HorizontalAggregate<T, MaxMagnitudeNumberOperator<T>>(x); 217public static T Invoke(Vector256<T> x) => HorizontalAggregate<T, MaxMagnitudeNumberOperator<T>>(x); 218public static T Invoke(Vector512<T> x) => HorizontalAggregate<T, MaxMagnitudeNumberOperator<T>>(x);