• Extracts the internal numbers from the matrix. The layout of numbers may not intuitive order because of its strides.

    Parameters

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

      The matrix.

    Returns Float64Array

    The internal numbers data.

Generated using TypeDoc