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