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

Base class for Vector container models. More...

#include <asirfilter.h>

Inheritance diagram for vector_container< C >:
vector_expression< C > ublas_expression< C >

Public Types

typedef C container_type
 
typedef vector_tag type_category
 
typedef C expression_type
 

Public Member Functions

BOOST_UBLAS_INLINE const
container_type & 
operator() () const
 
BOOST_UBLAS_INLINE container_type & operator() ()
 

Static Public Attributes

static const unsigned complexity = 0
 

Detailed Description

template<class C>
class BFL::boost::numeric::ublas::vector_container< C >

Base class for Vector container models.

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

Definition at line 50 of file asirfilter.h.


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