ndarray
NumPy-friendly multidimensional arrays in C++
|
Public Types | |
typedef T | Value |
typedef T & | Reference |
Public Member Functions | |
StridedIterator (T *data, Offset stride) | |
StridedIterator (StridedIterator const &other) | |
template<typename U > | |
StridedIterator (StridedIterator< U > const &other) | |
StridedIterator & | operator= (StridedIterator const &other) |
template<typename U > | |
StridedIterator & | operator= (StridedIterator< U > const &other) |
Friends | |
class | boost::iterator_core_access |