![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <boost/numeric/ublas/exception.hpp>#include <iterator>
Include dependency graph for iterator.hpp:Go to the source code of this file.
Classes | |
| struct | boost::numeric::ublas::bidirectional_iterator_base< IC, I, T > |
| Base class of all bidirectional iterators. More... | |
| class | boost::numeric::ublas::container_const_reference< C > |
| Base class of all proxy classes that contain a (redirectable) reference to an immutable object. More... | |
| class | boost::numeric::ublas::container_reference< C > |
| Base class of all proxy classes that contain a (redirectable) reference to a mutable object. More... | |
| struct | boost::numeric::ublas::forward_iterator_base< IC, I, T > |
| Base class of all forward iterators. More... | |
| class | boost::numeric::ublas::indexed_const_iterator< C, IC > |
| A class implementing an indexed random access iterator. More... | |
| class | boost::numeric::ublas::indexed_const_iterator1< C, IC > |
| A class implementing an indexed random access iterator of a matrix. More... | |
| class | boost::numeric::ublas::indexed_const_iterator2< C, IC > |
| A class implementing an indexed random access iterator of a matrix. More... | |
| class | boost::numeric::ublas::indexed_iterator< C, IC > |
| A class implementing an indexed random access iterator. More... | |
| class | boost::numeric::ublas::indexed_iterator1< C, IC > |
| A class implementing an indexed random access iterator of a matrix. More... | |
| class | boost::numeric::ublas::indexed_iterator2< C, IC > |
| A class implementing an indexed random access iterator of a matrix. More... | |
| struct | boost::numeric::ublas::random_access_iterator_base< IC, I, T, D > |
| Base class of all random access iterators. More... | |
| class | boost::numeric::ublas::reverse_iterator_base< I > |
| Base class of all reverse iterators. (non-MSVC version) More... | |
| class | boost::numeric::ublas::reverse_iterator_base1< I > |
| 1st base class of all matrix reverse iterators. (non-MSVC version) More... | |
| class | boost::numeric::ublas::reverse_iterator_base2< I > |
| 2nd base class of all matrix reverse iterators. (non-MSVC version) More... | |
Namespaces | |
| namespace | boost |
| namespace | boost::numeric |
| namespace | boost::numeric::ublas |
contains all important classes and functions of uBLAS | |