matrixMul abstract method

Matrix<T> matrixMul(
  1. Matrix<T> right
)

Computes matrix product.

Implementation

Matrix<T> matrixMul(Matrix<T> right);