Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::numeric::ublas::detail::iterator_type_impl< MatrixT, TagT, OrientationT > Struct Template Reference

Auxiliary class for retrieving the iterator to the given matrix expression according its orientation and to the given dimension tag. More...

#include <iterator_type.hpp>

Detailed Description

template<typename MatrixT, typename TagT, typename OrientationT>
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.

Template Parameters
MatrixTA model of MatrixExpression.
TagTA dimension tag type (e.g., tag::major).
OrientationTAn orientation category type (e.g., row_major_tag).

The documentation for this struct was generated from the following file: