Traits class to extract additional type information from a mutable MATRIX. More...
#include <traits.hpp>
Public Types | |
typedef MATRIX::iterator1 | iterator1 |
row iterator for the matrix More... | |
typedef MATRIX::iterator2 | iterator2 |
column iterator for the matrix More... | |
typedef MATRIX::reference | reference |
reference to an element More... | |
typedef MATRIX::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.
|
inherited |
type used in expressions to mark a reference to this class (usually a container_reference<E> or the class itself)
typedef MATRIX::iterator1 boost::numeric::ublas::mutable_matrix_traits< MATRIX >::iterator1 |
row iterator for the matrix
typedef MATRIX::iterator2 boost::numeric::ublas::mutable_matrix_traits< MATRIX >::iterator2 |
column iterator for the matrix
|
inherited |
reference to an element