• Returns a matrix with a row or column removed (pulled out).

    Parameters

    • matr: ChalkboardMatrix

      The matrix

    • index: number

      The index of the row or column to pull

    • axis: 0 | 1

      The axis to pull from, which is 0 for the rows or 1 for the columns

    Returns ChalkboardMatrix

Generated using TypeDoc