Chalkboard - v3.0.4
    Preparing search index...

    Function M

    • The set of all real-valued matrices of size "rows" x "cols", denoted as M(rows, cols).

      Parameters

      • rows: number

        The number of rows

      • Optionalcols: number = rows

        The number of columns (optional, defaults to the number of rows)

      Returns ChalkboardSet<ChalkboardMatrix>

      const result = Chalkboard.abal.M(2, 3); // Returns the set of 2-by-3 matrices