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