copy method

Array2d copy()

Generate a copy of the current matrix

Implementation

Array2d copy() => Array2d.fromArray(this);