Initializes an exchange matrix.
The number of rows or columns of the matrix
const result = Chalkboard.matr.exchange(3); // Returns the 3-by-3 exchange matrix Copy
const result = Chalkboard.matr.exchange(3); // Returns the 3-by-3 exchange matrix
Initializes an exchange matrix.