clone method

Matrix2 clone()

Create a copy of this.

Implementation

Matrix2 clone() => Matrix2.copy(this);