Traits class to extract additional type information from a mutable matrix or vector CONTAINER. More...
#include <traits.hpp>
Public Types | |
typedef E::reference | reference |
reference to an element More... | |
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) More... | |
Traits class to extract additional type information from a mutable matrix or vector CONTAINER.
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)
typedef E::reference boost::numeric::ublas::mutable_container_traits< E >::reference |
reference to an element