MatrixSubtraction Operator |
Name | Description | |
---|---|---|
![]() ![]() | Subtraction(Double, Matrix) |
Subtracts each element of the matrix from the scalar and returns
the result.
|
![]() ![]() | Subtraction(Matrix, Matrix) |
Subtracts the one matrix from another and returns the result.
|
![]() ![]() | Subtraction(Matrix, Double) |
Subtracts the scalar from each element of the matrix and returns
the result.
|