Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms

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

List of all members.

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

Detailed Description

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

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

Definition at line 669 of file traits.hpp.


Member Typedef Documentation

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

row iterator for the matrix

Definition at line 673 of file traits.hpp.

template<class MATRIX>
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.

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.


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