Chalkboard - v3.0.1
    Preparing search index...

    Function isSizeOf

    • Checks if a matrix is of a particular size.

      Parameters

      • matr: ChalkboardMatrix

        The matrix

      • rows: number

        The number of rows or (if the cols parameter is blank) the number of rows or columns (the size)

      • Optionalcols: number = rows

        The number of columns

      Returns boolean