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

boost::numeric::ublas::detail::const_iterator_type_impl< MatrixT, tag::major, column_major_tag > Struct Template Reference

Specialization of const_iterator_type_impl for column-major oriented matrices and over the major dimension. More...

#include <const_iterator_type.hpp>

List of all members.

Public Types

typedef matrix_view_traits
< MatrixT >::const_iterator2 
type

Detailed Description

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

Definition at line 54 of file const_iterator_type.hpp.


Member Typedef Documentation

template<typename MatrixT >
typedef matrix_view_traits<MatrixT>::const_iterator2 boost::numeric::ublas::detail::const_iterator_type_impl< MatrixT, tag::major, column_major_tag >::type

Definition at line 56 of file const_iterator_type.hpp.


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