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 > | transformCore (ndarray::index::Scalar const &index, CoreTransformer< T, M, N > &t) |
Apply a scalar dimension index. | |