Checks if a matrix is a zero matrix.
The matrix
const result = Chalkboard.matr.isZero([[0, 0], [0, 0]]); // Returns true Copy
const result = Chalkboard.matr.isZero([[0, 0], [0, 0]]); // Returns true
Checks if a matrix is a zero matrix.