operator + abstract method

Matrix operator +(
  1. Object value
)

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

Implementation

Matrix operator +(Object value);