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