Matrix<T>.SubtractionAssignment(Matrix<T>, Matrix<T>) Operator

Subtracts another matrix from a matrix in place.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
C# does not support this operator.

Parameters

self  Matrix<T>
A Matrix<T>.
term  Matrix<T>
The Matrix<T> to subtract from self.

Return Value

Matrix<T>
A reference to self.

See Also