Click or drag to resize

MatrixPointwiseSubtract Method

Overload List
  NameDescription
Public methodPointwiseSubtract(Double)
Subtracts given scalar from each element of the matrix and returns the result.
Public methodPointwiseSubtract(Matrix)
Subtracts each element of the given matrix from the corresponding element of this matrix and returns the result.
Public methodPointwiseSubtract(Double, Matrix)
Subtracts given scalar from each element of the matrix and writes the result into another one.
Public methodPointwiseSubtract(Matrix, Matrix)
Subtracts each element of the given matrix from the corresponding element of this matrix and writes the result into another matrix.
Top
See Also