operator - abstract method

Matrix operator -(
  1. Object value
)

Performs subtraction of the matrix and a matrix/ a vector/ a scalar/ whatever

Implementation

Matrix operator -(Object value);