3 references to AlwaysReal
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.IsRealNumber.cs (3)
25
if (
AlwaysReal
<T>())
48
(
AlwaysReal
<T>() || All<T, IsRealNumberOperator<T>>(x));
59
(
AlwaysReal
<T>() || Any<T, IsRealNumberOperator<T>>(x));