Module array

Source
Expand description

Safe interface for NumPy’s N-dimensional arrays

Structs§

PyArray
A safe, statically-typed wrapper for NumPy’s ndarray class.

Traits§

PyArray0Methods
Implementation of functionality for PyArray0<T>.
PyArrayMethods
Implementation of functionality for PyArray<T, D>.

Functions§

get_array_module
Returns a handle to NumPy’s multiarray module.

Type Aliases§

PyArray0
Zero-dimensional array.
PyArray1
One-dimensional array.
PyArray2
Two-dimensional array.
PyArray3
Three-dimensional array.
PyArray4
Four-dimensional array.
PyArray5
Five-dimensional array.
PyArray6
Six-dimensional array.
PyArrayDyn
Dynamic-dimensional array.