timesfm-ts - v1.0.0
    Preparing search index...
    • Reshape a flat array into a 2-D matrix of [rows, cols].

      Returns an array of rows Float32Arrays each of length cols.

      Parameters

      • flat: Float32Array
      • rows: number
      • cols: number

      Returns Float32Array<ArrayBufferLike>[]