![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
Traits class to extract type information from a VECTOR. More...
#include <traits.hpp>
Inheritance diagram for boost::numeric::ublas::mutable_vector_traits< VECTOR >:
Collaboration diagram for boost::numeric::ublas::mutable_vector_traits< VECTOR >:Public Types | |
| typedef VECTOR::closure_type | closure_type |
| type used in expressions to mark a reference to this class (usually a container_reference<E> or the class itself) | |
| typedef VECTOR::iterator | iterator |
| iterator for the VECTOR | |
| typedef VECTOR::reference | reference |
| reference to an element | |
Static Public Member Functions | |
| static iterator | begin (VECTOR &v) |
| iterator pointing to the first element | |
| static iterator | end (VECTOR &v) |
| iterator pointing behind the last element | |
Traits class to extract type information from a VECTOR.
Definition at line 714 of file traits.hpp.
| typedef VECTOR::iterator boost::numeric::ublas::mutable_vector_traits< VECTOR >::iterator |
iterator for the VECTOR
Definition at line 716 of file traits.hpp.
typedef VECTOR ::reference boost::numeric::ublas::mutable_container_traits< VECTOR >::reference [inherited] |
reference to an element
Definition at line 633 of file traits.hpp.
typedef VECTOR ::closure_type boost::numeric::ublas::mutable_container_traits< VECTOR >::closure_type [inherited] |
type used in expressions to mark a reference to this class (usually a container_reference<E> or the class itself)
Definition at line 636 of file traits.hpp.
| static iterator boost::numeric::ublas::mutable_vector_traits< VECTOR >::begin | ( | VECTOR & | v | ) | [inline, static] |
iterator pointing to the first element
Definition at line 720 of file traits.hpp.
| static iterator boost::numeric::ublas::mutable_vector_traits< VECTOR >::end | ( | VECTOR & | v | ) | [inline, static] |
iterator pointing behind the last element
Definition at line 726 of file traits.hpp.