![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
Traits class to extract additional type information from a mutable matrix or vector CONTAINER. More...
#include <traits.hpp>
Public 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 |
Traits class to extract additional type information from a mutable matrix or vector CONTAINER.
Definition at line 631 of file traits.hpp.
typedef E::reference boost::numeric::ublas::mutable_container_traits< E >::reference |
reference to an element
Definition at line 633 of file traits.hpp.
typedef E::closure_type boost::numeric::ublas::mutable_container_traits< E >::closure_type |
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.