• Calculates the concatentation of two matrices.

    Parameters

    • matr1: ChalkboardMatrix

      The first matrix

    • matr2: ChalkboardMatrix

      The second matrix

    • Optional axis: 0 | 1 = 0

      The axis to concatenate over, which is 0 for the rows or 1 for the columns

    Returns ChalkboardMatrix

Generated using TypeDoc