operator * abstract method

Matrix<T> operator *(
  1. Matrix<T> other
)

Returns the sum of two matrices.

Implementation

Matrix<T> operator *(Matrix<T> other);