|
Bayesian Filtering Library
Generated from SVN r
|
Base class for Vector Expression models. More...
#include <asirfilter.h>
Public Types | |
| typedef E | expression_type |
| typedef vector_tag | type_category |
Public Member Functions | |
|
BOOST_UBLAS_INLINE const expression_type & | operator() () const |
|
BOOST_UBLAS_INLINE expression_type & | operator() () |
Static Public Attributes | |
| static const unsigned | complexity = 0 |
Base class for Vector Expression models.
it does not model the Vector Expression concept but all derived types should. The class defines a common base type and some common interface for all statically derived Vector Expression classes. We implement the casts to the statically derived type.
Definition at line 48 of file asirfilter.h.
1.8.5