Module array

Source
Expand description

N-dimensional array.

Modules§

iter
Array iterators.
npy
Reading and writing in the numpy npy format.
view
Array views.

Structs§

Array
An N-dimensional strided array.
Axis
An axis index for an array.
Shape
An N-dimensional array shape.
ShapeError
An error associated with a shape mismatch on construction of an Array.