Copies a matrix.
The matrix
const result = Chalkboard.matr.copy([[1, 2], [3, 4]]); // Returns an independent copy Copy
const result = Chalkboard.matr.copy([[1, 2], [3, 4]]); // Returns an independent copy
Copies a matrix.