ndarray
NumPy-friendly multidimensional arrays in C++
|
Public Types | |
typedef ArrayTraits< T, N, C >::Value | Value |
typedef ArrayTraits< T, N, C >::Reference | Reference |
Public Member Functions | |
Reference | operator[] (Size n) const |
Reference const & | operator* () const |
Reference const * | operator-> () |
NestedIterator (Reference const &ref, Offset stride) | |
NestedIterator (NestedIterator const &other) | |
template<typename T_ , int C_> | |
NestedIterator (NestedIterator< T_, N, C_ > const &other) | |
NestedIterator & | operator= (NestedIterator const &other) |
template<typename T_ , int C_> | |
NestedIterator & | operator= (NestedIterator< T_, N, C_ > const &other) |
Friends | |
class | boost::iterator_core_access |