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

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

Traits class to extract type information from a VECTOR. More...

#include <traits.hpp>

Inheritance diagram for boost::numeric::ublas::vector_view_traits< VECTOR >:
Collaboration diagram for boost::numeric::ublas::vector_view_traits< VECTOR >:

List of all members.

Public Types

typedef VECTOR::const_closure_type const_closure_type
 type used in expressions to mark a reference to this class (usually a const container_reference<const E> or the class itself)
typedef VECTOR::const_iterator const_iterator
 iterator for the VECTOR
typedef VECTOR::const_reference const_reference
 const reference to an element
typedef VECTOR::difference_type difference_type
 type of differences of indices
typedef VECTOR::size_type size_type
 type of indices
typedef VECTOR::storage_category storage_category
 storage category: unknown_storage_tag, dense_tag, packed_tag, ...
typedef VECTOR::value_type value_type
 type of elements

Static Public Member Functions

static const_iterator begin (const VECTOR &v)
 iterator pointing to the first element
static const_iterator end (const VECTOR &v)
 iterator pointing behind the last element

Detailed Description

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

Traits class to extract type information from a VECTOR.

Definition at line 692 of file traits.hpp.


Member Typedef Documentation

template<class VECTOR>
typedef VECTOR::const_iterator boost::numeric::ublas::vector_view_traits< VECTOR >::const_iterator

iterator for the VECTOR

Definition at line 695 of file traits.hpp.

typedef VECTOR ::size_type boost::numeric::ublas::container_view_traits< VECTOR >::size_type [inherited]

type of indices

Definition at line 611 of file traits.hpp.

type of differences of indices

Definition at line 613 of file traits.hpp.

storage category: unknown_storage_tag, dense_tag, packed_tag, ...

Definition at line 616 of file traits.hpp.

typedef VECTOR ::value_type boost::numeric::ublas::container_view_traits< VECTOR >::value_type [inherited]

type of elements

Definition at line 619 of file traits.hpp.

const reference to an element

Definition at line 621 of file traits.hpp.

type used in expressions to mark a reference to this class (usually a const container_reference<const E> or the class itself)

Definition at line 624 of file traits.hpp.


Member Function Documentation

template<class VECTOR>
static const_iterator boost::numeric::ublas::vector_view_traits< VECTOR >::begin ( const VECTOR &  v) [inline, static]

iterator pointing to the first element

Definition at line 699 of file traits.hpp.

template<class VECTOR>
static const_iterator boost::numeric::ublas::vector_view_traits< VECTOR >::end ( const VECTOR &  v) [inline, static]

iterator pointing behind the last element

Definition at line 704 of file traits.hpp.


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