Bayesian Filtering Library  Generated from SVN r
Public Types | List of all members
mutable_matrix_traits< MATRIX > Struct Template Reference

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

#include <asirfilter.h>

Inheritance diagram for mutable_matrix_traits< MATRIX >:
mutable_container_traits< MATRIX > matrix_traits< MATRIX >

Public Types

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

Detailed Description

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

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

Definition at line 684 of file asirfilter.h.


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