• Extracts the internal strides from the matrix.

    Parameters

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

      The matrix.

    Returns [columnStep: number, rowStep: number]

    The internal strides.

Generated using TypeDoc