• Constructs a matrix with the specified elements. Lacking elements are treated as zeroes.

    Parameters

    • columnNums: readonly number[][]

      The array of column numbers.

    Returns Readonly<{
        nums: Float64Array;
        strides: Strides;
    }>

    The matrix with specified elements.

Generated using TypeDoc