Matrix: Readonly<{
    nums: Float64Array;
    strides: Strides;
}>

A numbers matrix that represents coefficients.

Type declaration

  • nums: Float64Array

    Array of stored numbers.

  • strides: Strides

    Strides of dimensions. Either of them must equals to one.

Generated using TypeDoc