Initializes an empty matrix.
The number of rows or (if the cols parameter is blank) the number of rows or columns (the size)
Optional
The number of columns
const result = Chalkboard.matr.empty(2, 3); // Returns a 2-by-3 empty matrix Copy
const result = Chalkboard.matr.empty(2, 3); // Returns a 2-by-3 empty matrix
Initializes an empty matrix.