|
Bayesian Filtering Library
Generated from SVN r
|
Traits class to extract type information from a MATRIX. More...
#include <asirfilter.h>
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) | |
| 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) | |
Traits class to extract type information from a MATRIX.
Definition at line 692 of file asirfilter.h.
1.8.5