operator * abstract method

Matrix operator *(
  1. Object value
)

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

Implementation

Matrix operator *(Object value);