• Gets the length of row-axis, or count of the columns.

    Parameters

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

      The matrix.

    Returns number

    The length of rows.

Generated using TypeDoc