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

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

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

#include <const_iterator_type.hpp>

List of all members.

Public Types

typedef matrix_view_traits
< MatrixT >::const_iterator1 
type

Detailed Description

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

Definition at line 72 of file const_iterator_type.hpp.


Member Typedef Documentation

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

Definition at line 74 of file const_iterator_type.hpp.


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