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

Traits class to extract type information from a constant MATRIX. More...

#include <asirfilter.h>

Inheritance diagram for matrix_view_traits< MATRIX >:
container_view_traits< MATRIX > matrix_traits< MATRIX >

Public Types

typedef MATRIX::orientation_category orientation_category
 orientation of the matrix, either row_major_tag, column_major_tag or unknown_orientation_tag
 
typedef MATRIX::const_iterator1 const_iterator1
 row iterator for the matrix
 
typedef MATRIX::const_iterator2 const_iterator2
 column iterator for the matrix
 
typedef MATRIX::size_type size_type
 type of indices
 
typedef MATRIX::difference_type difference_type
 type of differences of indices
 
typedef MATRIX::storage_category storage_category
 storage category: unknown_storage_tag, dense_tag, packed_tag, ...
 
typedef MATRIX::value_type value_type
 type of elements
 
typedef MATRIX::const_reference const_reference
 const reference to an element
 
typedef MATRIX::const_closure_type const_closure_type
 type used in expressions to mark a reference to this class (usually a const container_reference<const E> or the class itself)
 

Detailed Description

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

Traits class to extract type information from a constant MATRIX.

Definition at line 665 of file asirfilter.h.


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