mul method

Mat2D mul(
  1. Mat2D other
)

Implementation

Mat2D mul(Mat2D other) => multiply(Mat2D(), this, other);