Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms

iterator_type.hpp File Reference

Iterator to a given container type. More...

#include <boost/numeric/ublas/fwd.hpp>
#include <boost/numeric/ublas/traits.hpp>
#include <boost/numeric/ublas/tags.hpp>
Include dependency graph for iterator_type.hpp:

Go to the source code of this file.

Classes

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::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::minor, column_major_tag >
 Specialization of iterator_type_impl for column-major oriented matrices and over the minor 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::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...
struct  boost::numeric::ublas::iterator_type< VectorT, void >
 Specialization of iterator_type for vector expressions. More...

Namespaces

namespace  boost
namespace  boost::numeric
namespace  boost::numeric::ublas
 

contains all important classes and functions of uBLAS


namespace  boost::numeric::ublas::detail

Detailed Description

Iterator to a given container type.

-*- c++ -*-

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.guazzone@gmail.com

Definition in file iterator_type.hpp.