Click or drag to resize

MatrixSubtract Method

Overload List
  NameDescription
Public methodSubtract(Double)
Subtracts the given scalar from the matrix and returns the result.
Public methodSubtract(Matrix)
Subtracts the given matrix from this one and returns the result.
Public methodSubtract(Double, Matrix)
Subtracts the given scalar from the matrix and writes the result in another matrix.
Public methodSubtract(Matrix, Matrix)
Subtracts the given matrix from this one and writes the result into the given matrix.
Top
See Also