Bayesian Filtering Library  Generated from SVN r
Public Types | Public Member Functions | List of all members
scalar_expression< E > Class Template Reference

Base class for Scalar Expression models. More...

#include <asirfilter.h>

Inheritance diagram for scalar_expression< E >:
ublas_expression< E >

Public Types

typedef E expression_type
 
typedef scalar_tag type_category
 

Public Member Functions

BOOST_UBLAS_INLINE const
expression_type & 
operator() () const
 
BOOST_UBLAS_INLINE
expression_type & 
operator() ()
 

Detailed Description

template<class E>
class BFL::boost::numeric::ublas::scalar_expression< E >

Base class for Scalar Expression models.

It does not model the Scalar Expression concept but all derived types should. The class defines a common base type and some common interface for all statically derived Scalar Expression classes.

We implement the casts to the statically derived type.

Template Parameters
Ean expression type

Definition at line 60 of file asirfilter.h.


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