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

boost::numeric::ublas::IndexSetConcept< G > Struct Template Reference

#include <concepts.hpp>

List of all members.

Public Types

typedef G generator_type
typedef G::size_type size_type
typedef G::value_type value_type

Public Member Functions

void constraints ()

Detailed Description

template<class G>
struct boost::numeric::ublas::IndexSetConcept< G >

Definition at line 223 of file concepts.hpp.


Member Typedef Documentation

template<class G >
typedef G boost::numeric::ublas::IndexSetConcept< G >::generator_type

Definition at line 224 of file concepts.hpp.

template<class G >
typedef G::size_type boost::numeric::ublas::IndexSetConcept< G >::size_type

Definition at line 225 of file concepts.hpp.

template<class G >
typedef G::value_type boost::numeric::ublas::IndexSetConcept< G >::value_type

Definition at line 226 of file concepts.hpp.


Member Function Documentation

template<class G >
void boost::numeric::ublas::IndexSetConcept< G >::constraints ( ) [inline]

Definition at line 228 of file concepts.hpp.


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