API Reference#
Classes#
|
|
|
Array with named dimensions and optional unit. |
Top-level functions#
General#
Reduction functions#
|
Test whether all elements are true along one or multiple dimensions. |
|
Test whether any elements are true along one or multiple dimensions. |
|
Maximum value along one or multiple dimensions. |
|
Mean along one or multiple dimensions. |
|
Minimum value along one or multiple dimensions. |
|
Product along one or multiple dimensions. |
|
Sum along one or multiple dimensions. |
|
Standard deviation along one or multiple dimensions. |
|
Variance along one or multiple dimensions. |
Manipulation functions#
|
Not supported since it relies on a particular axis order. |
|
Concatenate arrays along a given dimension. |
|
Expand an array by adding new dimensions of the given sizes at the beginning. |
|
Flatten a set of dimensions into a single dimension. |
|
Fold a dimension of an array into a new set of dimensions. |
|
Not supported since it relies on a particular axis order. |
|
Permute the dimensions of an array. |
|
Not supported since it relies on a particular axis order. |
|
Remove dimensions of size 1. |
|
Stack arrays along a new dimension. |
Indexing functions#
|
Returns elements of an array along an axis. |