The set of all real-valued matrices of size "rows" x "cols", denoted as M(rows, cols).
The number of rows
Optional
The number of columns (optional, defaults to the number of rows)
const result = Chalkboard.abal.M(2, 3); // Returns the set of 2-by-3 matrices Copy
const result = Chalkboard.abal.M(2, 3); // Returns the set of 2-by-3 matrices
The set of all real-valued matrices of size "rows" x "cols", denoted as M(rows, cols).