• Checks whether the numbers of matrix are arranged by row-major order.

    Parameters

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

      The matrix.

    Returns boolean

    Whether the numbers are arranged by row-major order.

Generated using TypeDoc