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