Returns the number of rows in a matrix.
The matrix
const result = Chalkboard.matr.rows([[1, 2, 3], [4, 5, 6]]); // Returns 2 Copy
const result = Chalkboard.matr.rows([[1, 2, 3], [4, 5, 6]]); // Returns 2
Returns the number of rows in a matrix.