Contains definitions of const_matrix_forward_iterator, matrix_forward_iterator, and related operators. See a Standard Template Library reference, such as Josuttis (1999), for a full description of the capabilities of forward iterators.
These iterators are templated on the type, order and style of the Matrix they iterate over and their own order, which need not match the iterated-over matrix. Same-order iteration over concrete matrices is extremely fast. Cross-grain concrete and/or view iteration is slower.
#include <iterator>
#include "scythestat/defs.h"
#include "scythestat/error.h"
#include "scythestat/matrix.h"
Include dependency graph for matrix_forward_iterator.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | scythe |
Classes | |
| class | scythe::const_matrix_forward_iterator< T_type, ORDER, M_ORDER, M_STYLE > |
| An STL-compliant const forward iterator for Matrix. More... | |
| class | scythe::matrix_forward_iterator< T_type, ORDER, M_ORDER, M_STYLE > |
| An STL-compliant forward iterator for Matrix. More... | |
1.4.7