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

Base class for Matrix Expression models. More...

#include <asirfilter.h>

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

Public Types

typedef E expression_type
 
typedef matrix_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
 

Detailed Description

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

Base class for Matrix Expression models.

it does not model the Matrix Expression concept but all derived types should. The class defines a common base type and some common interface for all statically derived Matrix Expression classes We implement the casts to the statically derived type.

Definition at line 62 of file asirfilter.h.


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