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