multiply method

Matrix multiply(
  1. Matrix other
)

Implementation

external Matrix multiply(Matrix other);