ndarray
constndarray:object=ndarrayMethods
Defined in: packages/pythonlib/src/index.ts:126
Type Declaration
| Name | Type | Defined in |
|---|---|---|
set() | <T>(arr: T[][], indices: DimIndex[], value: T | T[] | T[][]) => void | packages/pythonlib/src/ndarray.ts:185 |
slice() | (start?: number, stop?: number, step?: number) => SliceSpec | packages/pythonlib/src/ndarray.ts:186 |