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

boost::numeric::ublas::mutable_vector_traits< VECTOR > Struct Template Reference

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 >:

List of all members.

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

Detailed Description

template<class VECTOR>
struct boost::numeric::ublas::mutable_vector_traits< VECTOR >

Traits class to extract type information from a VECTOR.

Definition at line 714 of file traits.hpp.


Member Typedef Documentation

template<class VECTOR>
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.

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.


Member Function Documentation

template<class VECTOR>
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.

template<class VECTOR>
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.


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