Chalkboard - v3.0.4
    Preparing search index...

    Function upperShift

    • Initializes an upper shift matrix.

      Parameters

      • size: number

        The number of rows or columns of the matrix

      Returns ChalkboardMatrix

      const result = Chalkboard.matr.upperShift(4); // Returns the 4-by-4 upper shift matrix