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

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

Specialization of iterator_type for vector expressions. More...

#include <iterator_type.hpp>

List of all members.

Public Types

typedef vector_traits< VectorT >
::iterator 
type

Detailed Description

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

Specialization of iterator_type for vector expressions.

Template Parameters:
VectorTA model of VectorExpression type.

Definition at line 94 of file iterator_type.hpp.


Member Typedef Documentation

template<typename VectorT >
typedef vector_traits<VectorT>::iterator boost::numeric::ublas::iterator_type< VectorT, void >::type

Definition at line 96 of file iterator_type.hpp.


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