(index: number[], value: any, defaultValue?: number | string)
| 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[] |
no outgoing calls
no test coverage detected