• Gets the length of column-axis, or count of the rows.

    Parameters

    • mat: Readonly<{
          nums: Float64Array;
          strides: Strides;
      }>

      The matrix.

    Returns number

    The length of columns.

Generated using TypeDoc