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

boost::numeric::ublas::container_traits< E > Struct Template Reference

Traits class to extract type information from a matrix or vector CONTAINER. More...

#include <traits.hpp>

Inheritance diagram for boost::numeric::ublas::container_traits< E >:
Collaboration diagram for boost::numeric::ublas::container_traits< E >:

List of all members.

Public Types

typedef E::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 E::const_reference const_reference
 const reference to an element
typedef E::difference_type difference_type
 type of differences of indices
typedef E::size_type size_type
 type of indices
typedef E::storage_category storage_category
 storage category: unknown_storage_tag, dense_tag, packed_tag, ...
typedef E::value_type value_type
 type of elements

Private Types

typedef E::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 E::reference reference
 reference to an element

Detailed Description

template<class E>
struct boost::numeric::ublas::container_traits< E >

Traits class to extract type information from a matrix or vector CONTAINER.

Definition at line 643 of file traits.hpp.


Member Typedef Documentation

template<class E>
typedef E::size_type boost::numeric::ublas::container_view_traits< E >::size_type [inherited]

type of indices

Definition at line 611 of file traits.hpp.

template<class E>
typedef E::difference_type boost::numeric::ublas::container_view_traits< E >::difference_type [inherited]

type of differences of indices

Definition at line 613 of file traits.hpp.

template<class E>
typedef E::storage_category boost::numeric::ublas::container_view_traits< E >::storage_category [inherited]

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

Definition at line 616 of file traits.hpp.

template<class E>
typedef E::value_type boost::numeric::ublas::container_view_traits< E >::value_type [inherited]

type of elements

Definition at line 619 of file traits.hpp.

template<class E>
typedef E::const_reference boost::numeric::ublas::container_view_traits< E >::const_reference [inherited]

const reference to an element

Definition at line 621 of file traits.hpp.

template<class E>
typedef E::const_closure_type boost::numeric::ublas::container_view_traits< E >::const_closure_type [inherited]

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.

template<class E>
typedef E::reference boost::numeric::ublas::mutable_container_traits< E >::reference [inherited]

reference to an element

Definition at line 633 of file traits.hpp.

template<class E>
typedef E::closure_type boost::numeric::ublas::mutable_container_traits< E >::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.


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