3 references to MayBeNegative
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.IsNegative.cs (3)
24if (!MayBeNegative<T>()) 47MayBeNegative<T>() && All<T, IsNegativeOperator<T>>(x); 58MayBeNegative<T>() && Any<T, IsNegativeOperator<T>>(x);