Click or drag to resize

MatrixTSubtract Method

Overload List
 NameDescription
Public methodSubtract(T) Subtracts a scalar from each element of the matrix.
Public methodSubtract(MatrixT) Subtracts another matrix from this matrix.
Public methodSubtract(T, MatrixT) Subtracts a scalar from each element of the matrix and stores the result in the result matrix.
Public methodSubtract(MatrixT, MatrixT) Subtracts another matrix from this matrix.
Top
See Also