MCPcopy
hub / github.com/josdejong/mathjs / matrix

Method matrix

types/index.d.ts:5027–5027  ·  view source on GitHub ↗

* Create a Matrix. The function creates a new math.type.Matrix object * from an Array. A Matrix has utility functions to manipulate the data * in the matrix, like getting the size and getting or setting values in * the matrix. Supported storage formats are 'dense' and 'sparse'.

(
    this: MathJsChain<MathCollection>,
    format?: 'sparse' | 'dense',
    dataType?: string
  )

Source from the content-addressed store, hash-verified

5025 * the matrix. Supported storage formats are 'dense' and 'sparse'.
5026 */
5027 matrix(
5028 this: MathJsChain<MathCollection>,
5029 format?: 'sparse' | 'dense',
5030 dataType?: string

Callers 15

corr.test.jsFile · 0.65
mean.test.jsFile · 0.65
cumsum.test.jsFile · 0.65
min.test.jsFile · 0.65
max.test.jsFile · 0.65
median.test.jsFile · 0.65
den.test.jsFile · 0.65
num.test.jsFile · 0.65
isZero.test.jsFile · 0.65
isNaN.test.jsFile · 0.65

Calls

no outgoing calls

Tested by 1