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

boost::numeric::ublas::detail::iterator_type_impl< MatrixT, tag::major, row_major_tag > Struct Template Reference

Specialization of iterator_type_impl for row-major oriented matrices and over the major dimension. More...

#include <iterator_type.hpp>

List of all members.

Public Types

typedef matrix_traits< MatrixT >
::iterator1 
type

Detailed Description

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

Definition at line 45 of file iterator_type.hpp.


Member Typedef Documentation

template<typename MatrixT >
typedef matrix_traits<MatrixT>::iterator1 boost::numeric::ublas::detail::iterator_type_impl< MatrixT, tag::major, row_major_tag >::type

Definition at line 47 of file iterator_type.hpp.


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