ndarray
NumPy-friendly multidimensional arrays in C++
|
Public Types | |
typedef ExpressionTraits< Operand >::Iterator | BaseIterator |
typedef ExpressionTraits< Operation >::Value | Value |
typedef ExpressionTraits< Operation >::Reference | Reference |
Public Member Functions | |
UnaryOpIterator (BaseIterator const &baseIter, UnaryFunction const &functor) | |
UnaryOpIterator (UnaryOpIterator const &other) | |
Friends | |
class | boost::iterator_core_access |