8 references to IdentityOperator_Single
System.Numerics.Tensors (8)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IBinaryOperator.cs (2)
34InvokeSpanScalarIntoSpan<T, IdentityOperator<T>, SwappedBinaryOperator<TBinaryOperator, T>>(y, x, destination); 47InvokeSpanScalarIntoSpan<T, IdentityOperator<T>, TBinaryOperator>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Product.cs (1)
29return Aggregate<T, IdentityOperator<T>, MultiplyOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Single.netcore.cs (2)
29global using IdentityOperator_Single = System.Numerics.Tensors.TensorPrimitives.IdentityOperator<float>; 53InvokeSpanScalarIntoSpan<float, IdentityOperator_Single, TSingleBinaryOperator>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Sum.cs (1)
24Aggregate<T, IdentityOperator<T>, AddOperator<T>>(x);
System\Numerics\Tensors\TensorPrimitives.Single.cs (2)
718return Aggregate<IdentityOperator_Single, MultiplyOperator_Single>(x); 916Aggregate<IdentityOperator_Single, AddOperator_Single>(x);