MatrixLeftSubtract Method |
Name | Description | |
---|---|---|
![]() | LeftSubtract(Double) |
Subtracts this matrix from the given scalar and returns the result.
|
![]() | LeftSubtract(Matrix) |
Subtracts this matrix from the given one and returns the result.
|
![]() | LeftSubtract(Double, Matrix) |
Subtracts this matrix from the given scalar and writes the result
into another matrix.
|
![]() | LeftSubtract(Matrix, Matrix) |
Subtracts this matrix from another one and writes result
into the given matrix.
|