(index: number[])
| 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 |
no outgoing calls