copy method

Matrix<T> copy()

Implementation

Matrix<T> copy() => Matrix.fromData(toData(), dimensions, offset: offset);