MatrixPointwiseLeftSubtract Method |
| Name | Description | |
|---|---|---|
| PointwiseLeftSubtract(Double) |
Subtracts each element of the matrix from the given scalar
and returns the result.
| |
| PointwiseLeftSubtract(Matrix) |
Subtracts each element of this matrix from the corresponding
element of the given matrix and returns the result.
| |
| PointwiseLeftSubtract(Double, Matrix) |
Subtracts each element of the matrix from the given scalar and
writes the result into another matrix.
| |
| PointwiseLeftSubtract(Matrix, Matrix) |
Subtracts each element of this matrix from the corresponding
element of the given matrix and writes the result into antother
matrix.
|