Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
iterator_type.hpp File Reference

-*- c++ -*- More...

Include dependency graph for iterator_type.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::numeric::ublas::detail::iterator_type_impl< MatrixT, TagT, OrientationT >
 Auxiliary class for retrieving the iterator to the given matrix expression according its orientation and to the given dimension tag. More...
 
struct  boost::numeric::ublas::detail::iterator_type_impl< MatrixT, tag::major, row_major_tag >
 Specialization of iterator_type_impl for row-major oriented matrices and over the major dimension. More...
 
struct  boost::numeric::ublas::detail::iterator_type_impl< MatrixT, tag::major, column_major_tag >
 Specialization of iterator_type_impl for column-major oriented matrices and over the major dimension. More...
 
struct  boost::numeric::ublas::detail::iterator_type_impl< MatrixT, tag::minor, row_major_tag >
 Specialization of iterator_type_impl for row-major oriented matrices and over the minor dimension. More...
 
struct  boost::numeric::ublas::detail::iterator_type_impl< MatrixT, tag::minor, column_major_tag >
 Specialization of iterator_type_impl for column-major oriented matrices and over the minor dimension. More...
 
struct  boost::numeric::ublas::iterator_type< ContainerT, TagT >
 A iterator for the given container type over the given dimension. More...
 
struct  boost::numeric::ublas::iterator_type< VectorT, void >
 Specialization of iterator_type for vector expressions. More...
 
struct  boost::numeric::ublas::iterator_type< MatrixT, tag::major >
 Specialization of iterator_type for matrix expressions and over the major dimension. More...
 
struct  boost::numeric::ublas::iterator_type< MatrixT, tag::minor >
 Specialization of iterator_type for matrix expressions and over the minor dimension. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::numeric
 
 boost::numeric::ublas
 main namespace of uBLAS.
 
 boost::numeric::ublas::detail
 

Detailed Description

-*- c++ -*-

Iterator to a given container type.

Copyright (c) 2009, Marco Guazzone

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Author
Marco Guazzone, marco.nosp@m..gua.nosp@m.zzone.nosp@m.@gma.nosp@m.il.co.nosp@m.m