Chalkboard - v3.0.1
    Preparing search index...

    Function pull

    • 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