2 references to Subtract
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\Tensor.op_Subtraction.cs (2)
134
public void operator -=(TScalar other) =>
Subtract
(tensor, other, tensor);
157
public void operator -=(TScalar other) =>
Subtract
(tensor, other, tensor);