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