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

boost::numeric::ublas::VectorConcept< V > Struct Template Reference

#include <concepts.hpp>

List of all members.

Public Types

typedef const value_typeconst_pointer
typedef V::size_type size_type
typedef V::value_type value_type
typedef V vector_type

Public Member Functions

void constraints ()

Detailed Description

template<class V>
struct boost::numeric::ublas::VectorConcept< V >

Definition at line 474 of file concepts.hpp.


Member Typedef Documentation

template<class V >
typedef V boost::numeric::ublas::VectorConcept< V >::vector_type

Definition at line 475 of file concepts.hpp.

template<class V >
typedef V::size_type boost::numeric::ublas::VectorConcept< V >::size_type

Definition at line 476 of file concepts.hpp.

template<class V >
typedef V::value_type boost::numeric::ublas::VectorConcept< V >::value_type

Definition at line 477 of file concepts.hpp.

template<class V >
typedef const value_type* boost::numeric::ublas::VectorConcept< V >::const_pointer

Definition at line 478 of file concepts.hpp.


Member Function Documentation

template<class V >
void boost::numeric::ublas::VectorConcept< V >::constraints ( ) [inline]

Definition at line 480 of file concepts.hpp.


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