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

Method set

types/index.d.ts:4359–4359  ·  view source on GitHub ↗
(index: number[], value: any, defaultValue?: number | string)

Source from the content-addressed store, hash-verified

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
4361 clone(): Matrix<T>
4362 size(): number[]

Callers 15

_importFromStreamFunction · 0.65
setMethod · 0.65
update-authors.jsFile · 0.65
isBounded.test.jsFile · 0.65
isFinite.test.jsFile · 0.65
map.test.jsFile · 0.65
Parser.test.jsFile · 0.65
Spa.test.jsFile · 0.65
Matrix.test.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected