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