Chalkboard - v3.0.1
    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>