ndarray
NumPy-friendly multidimensional arrays in C++
|
Classes | |
struct | Append |
struct | TransformCoreResult |
Metafunction for the result type of transform(). More... | |
Static Public Member Functions | |
template<typename T , int M, int N> | |
static CoreTransformer< T, M-1, N-1 > | transformCore (ndarray::index::Full const &, CoreTransformer< T, M, N > &t) |
Apply a full dimension index. | |