Click or drag to resize

MatrixPointwiseLeftSubtract Method

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