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