![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
Traits class to extract additional type information from a mutable MATRIX. More...
#include <traits.hpp>
Public Types | |
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) | |
typedef MATRIX::iterator1 | iterator1 |
row iterator for the matrix | |
typedef MATRIX::iterator2 | iterator2 |
column iterator for the matrix | |
typedef MATRIX::reference | reference |
reference to an element |
Traits class to extract additional type information from a mutable MATRIX.
Definition at line 669 of file traits.hpp.
typedef MATRIX::iterator1 boost::numeric::ublas::mutable_matrix_traits< MATRIX >::iterator1 |
row iterator for the matrix
Definition at line 673 of file traits.hpp.
typedef MATRIX::iterator2 boost::numeric::ublas::mutable_matrix_traits< MATRIX >::iterator2 |
column iterator for the matrix
Definition at line 676 of file traits.hpp.
typedef MATRIX ::reference boost::numeric::ublas::mutable_container_traits< MATRIX >::reference [inherited] |
reference to an element
Definition at line 633 of file traits.hpp.
typedef MATRIX ::closure_type boost::numeric::ublas::mutable_container_traits< MATRIX >::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.