MatrixTSubtract Method |
Name | Description | |
---|---|---|
![]() | Subtract(T) | Subtracts a scalar from each element of the matrix. |
![]() | Subtract(MatrixT) | Subtracts another matrix from this matrix. |
![]() | Subtract(T, MatrixT) | Subtracts a scalar from each element of the matrix and stores the result in the result matrix. |
![]() | Subtract(MatrixT, MatrixT) | Subtracts another matrix from this matrix. |