|
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...
|
|
-*- 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