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

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

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

#include <iterator_type.hpp>

List of all members.

Public Types

typedef
detail::iterator_type_impl
< MatrixT, tag::major,
typename matrix_traits
< MatrixT >
::orientation_category >::type 
type

Detailed Description

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

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

Template Parameters:
MatrixTA model of MatrixExpression type.

Definition at line 106 of file iterator_type.hpp.


Member Typedef Documentation

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

Definition at line 108 of file iterator_type.hpp.


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