Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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>

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.

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

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