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

boost::numeric::ublas::IndexedRandomAccess2DIteratorConcept< I1, I2 > Struct Template Reference

#include <concepts.hpp>

List of all members.

Public Types

typedef I1 subiterator1_type
typedef I2 subiterator2_type

Public Member Functions

void constraints ()

Detailed Description

template<class I1, class I2>
struct boost::numeric::ublas::IndexedRandomAccess2DIteratorConcept< I1, I2 >

Definition at line 125 of file concepts.hpp.


Member Typedef Documentation

template<class I1 , class I2 >
typedef I1 boost::numeric::ublas::IndexedRandomAccess2DIteratorConcept< I1, I2 >::subiterator1_type

Definition at line 126 of file concepts.hpp.

template<class I1 , class I2 >
typedef I2 boost::numeric::ublas::IndexedRandomAccess2DIteratorConcept< I1, I2 >::subiterator2_type

Definition at line 127 of file concepts.hpp.


Member Function Documentation

template<class I1 , class I2 >
void boost::numeric::ublas::IndexedRandomAccess2DIteratorConcept< I1, I2 >::constraints ( ) [inline]

Definition at line 129 of file concepts.hpp.


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