8 references to SubtractOperator_Single
System.Numerics.Tensors (8)
System\Numerics\Tensors\netcore\TensorPrimitives.Product.cs (1)
61return Aggregate<T, SubtractOperator<T>, MultiplyOperator<T>>(x, y);
System\Numerics\Tensors\netcore\TensorPrimitives.Single.netcore.cs (1)
30global using SubtractOperator_Single = System.Numerics.Tensors.TensorPrimitives.SubtractOperator<float>;
System\Numerics\Tensors\netcore\TensorPrimitives.Subtract.cs (3)
28InvokeSpanSpanIntoSpan<T, SubtractOperator<T>>(x, y, destination); 46InvokeSpanScalarIntoSpan<T, SubtractOperator<T>>(x, y, destination); 64InvokeScalarSpanIntoSpan<T, SubtractOperator<T>>(x, y, destination);
System\Numerics\Tensors\TensorPrimitives.Single.cs (3)
749return Aggregate<SubtractOperator_Single, MultiplyOperator_Single>(x, y); 884InvokeSpanSpanIntoSpan<SubtractOperator_Single>(x, y, destination); 901InvokeSpanScalarIntoSpan<SubtractOperator_Single>(x, y, destination);