• Converts a vector to a matrix.

    Parameters

    • vect: ChalkboardVector

      The vector

    • Optional axis: 0 | 1 = 0

      The axis of the matrix to convert to, which can be 0 for a column matrix or 1 for a row matrix

    Returns ChalkboardMatrix

Generated using TypeDoc