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

boost::numeric::ublas::const_iterator_type< MatrixT, tag::major > Struct Template Reference

Specialization of const_iterator_type for matrix expressions and over the major dimension. More...

#include <const_iterator_type.hpp>

List of all members.

Public Types

typedef
detail::const_iterator_type_impl
< MatrixT, tag::minor,
typename matrix_view_traits
< MatrixT >
::orientation_category >::type 
type

Detailed Description

template<typename MatrixT>
struct boost::numeric::ublas::const_iterator_type< MatrixT, tag::major >

Specialization of const_iterator_type for matrix expressions and over the major dimension.

Template Parameters:
MatrixTA model of MatrixExpression type.

Definition at line 107 of file const_iterator_type.hpp.


Member Typedef Documentation

template<typename MatrixT >
typedef detail::const_iterator_type_impl<MatrixT,tag::minor,typename matrix_view_traits<MatrixT>::orientation_category>::type boost::numeric::ublas::const_iterator_type< MatrixT, tag::major >::type

Definition at line 109 of file const_iterator_type.hpp.


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