![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
Const iterator to a given container type. More...
#include <boost/numeric/ublas/fwd.hpp>
#include <boost/numeric/ublas/tags.hpp>
#include <boost/numeric/ublas/traits.hpp>
Go to the source code of this file.
Classes | |
struct | boost::numeric::ublas::const_iterator_type< MatrixT, tag::major > |
Specialization of const_iterator_type for matrix expressions and over the major dimension. More... | |
struct | boost::numeric::ublas::const_iterator_type< MatrixT, tag::minor > |
Specialization of const_iterator_type for matrix expressions and over the minor dimension. More... | |
struct | boost::numeric::ublas::const_iterator_type< VectorT, void > |
Specialization of const_iterator_type for vector expressions. More... | |
struct | boost::numeric::ublas::detail::const_iterator_type_impl< MatrixT, tag::major, column_major_tag > |
Specialization of const_iterator_type_impl for column-major oriented matrices and over the major dimension. More... | |
struct | boost::numeric::ublas::detail::const_iterator_type_impl< MatrixT, tag::major, row_major_tag > |
Specialization of const_iterator_type_impl for row-major oriented matrices and over the major dimension. More... | |
struct | boost::numeric::ublas::detail::const_iterator_type_impl< MatrixT, tag::minor, column_major_tag > |
Specialization of const_iterator_type_impl for column-major oriented matrices and over the minor dimension. More... | |
struct | boost::numeric::ublas::detail::const_iterator_type_impl< MatrixT, tag::minor, row_major_tag > |
Specialization of const_iterator_type_impl for row-major oriented matrices and over the minor dimension. More... | |
Namespaces | |
namespace | boost |
namespace | boost::numeric |
namespace | boost::numeric::ublas |
contains all important classes and functions of uBLAS | |
namespace | boost::numeric::ublas::detail |
Const 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)
Definition in file const_iterator_type.hpp.