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

boost::numeric::ublas::const_iterator_type< VectorT, void > Struct Template Reference

Specialization of const_iterator_type for vector expressions. More...

#include <const_iterator_type.hpp>

List of all members.

Public Types

typedef vector_view_traits
< VectorT >::const_iterator 
type

Detailed Description

template<typename VectorT>
struct boost::numeric::ublas::const_iterator_type< VectorT, void >

Specialization of const_iterator_type for vector expressions.

Template Parameters:
VectorTA model of VectorExpression type.

Definition at line 95 of file const_iterator_type.hpp.


Member Typedef Documentation

template<typename VectorT >
typedef vector_view_traits<VectorT>::const_iterator boost::numeric::ublas::const_iterator_type< VectorT, void >::type

Definition at line 97 of file const_iterator_type.hpp.


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