MTL 4: mtl::IteratableSubMatrix< Tag, ITag, M > Struct Template Reference
#include <matrix.hpp>
Inherits Matrix< M >, TraversableCollection< Tag, M >, and TraversableCollection< ITag, TraversableCollection< Tag, M >::result_type >.
This concepts actually combines four sub-concepts. The iteration can be either performed over all elements or only over structural non-zero elements whereby the iterator can be a const-iterator or a mutable iterator. These four combinations are specified by the tags mtl::tag::iter::all, mtl::tag::iter::nz, mtl::tag::const_iter::all, and mtl::tag::const_iter::nz for ITag. The template parameter Tag can be mtl::tag::major or mtl::tag::column. The cursors begin and end are provided.
mtl::IteratableSubMatrix< Tag, ITag, M > Struct Template Reference -- MTL 4 -- Peter Gottschling and Andrew Lumsdaine
-- Generated on 24 Aug 2009 by Doxygen 1.5.9 -- Copyright 2008-09 by TU Dresden and the Trustees of Indiana University.