Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::numeric::ublas::mutable_matrix_traits< MATRIX > Struct Template Reference

Traits class to extract additional type information from a mutable MATRIX. More...

#include <traits.hpp>

Inheritance diagram for boost::numeric::ublas::mutable_matrix_traits< MATRIX >:
Collaboration diagram for boost::numeric::ublas::mutable_matrix_traits< MATRIX >:

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...
 

Detailed Description

template<class MATRIX>
struct boost::numeric::ublas::mutable_matrix_traits< MATRIX >

Traits class to extract additional type information from a mutable MATRIX.

Member Typedef Documentation

type used in expressions to mark a reference to this class (usually a container_reference<E> or the class itself)

template<class MATRIX>
typedef MATRIX::iterator1 boost::numeric::ublas::mutable_matrix_traits< MATRIX >::iterator1

row iterator for the matrix

template<class MATRIX>
typedef MATRIX::iterator2 boost::numeric::ublas::mutable_matrix_traits< MATRIX >::iterator2

column iterator for the matrix

reference to an element


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