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