• Converts an array to a matrix.

    Parameters

    • arr: number[]

      The array

    • rows: number

      The number of rows of the matrix

    • cols: number

      The number of columns of the matrix

    Returns ChalkboardMatrix

Generated using TypeDoc