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

Method get

types/index.d.ts:4357–4357  ·  view source on GitHub ↗
(index: number[])

Source from the content-addressed store, hash-verified

4355 subset(index: Index, replacement?: any, defaultValue?: any): Matrix
4356 // eslint-disable-next-line @typescript-eslint/no-explicit-any
4357 get(index: number[]): any
4358 // eslint-disable-next-line @typescript-eslint/no-explicit-any
4359 set(index: number[], value: any, defaultValue?: number | string): Matrix
4360 resize(size: MathCollection, defaultValue?: number | string): Matrix

Callers 15

getMethod · 0.65
clone.test.jsFile · 0.65
callbackFunction · 0.65
function.test.jsFile · 0.65
map.test.jsFile · 0.65
Parser.test.jsFile · 0.65
bignumber.test.jsFile · 0.65
Spa.test.jsFile · 0.65
Matrix.test.jsFile · 0.65

Calls

no outgoing calls

Tested by 1

callbackFunction · 0.52