MipAlgorithms::EKF Class Reference
[Recursive Filters]

#include <EKF.h>

List of all members.

Public Member Functions

 EKF (BFL::Gaussian *prior)
void SystemUpdate (BFL::SystemModel< MatrixWrapper::ColumnVector > *const sysmodel, const MatrixWrapper::ColumnVector &u)
void MeasurementUpdate (BFL::MeasurementModel< MatrixWrapper::ColumnVector, MatrixWrapper::ColumnVector > *const measmodel, const MatrixWrapper::ColumnVector &z, const MatrixWrapper::ColumnVector &s)


Detailed Description

WRAPPER OF EXTENDEDKALMANFILTER CLASS

Constructor & Destructor Documentation

EKF::EKF ( BFL::Gaussian *  prior  ) 

EKF WRAPPER


Member Function Documentation

void EKF::SystemUpdate ( BFL::SystemModel< MatrixWrapper::ColumnVector > *const   sysmodel,
const MatrixWrapper::ColumnVector &  u 
)

void EKF::MeasurementUpdate ( BFL::MeasurementModel< MatrixWrapper::ColumnVector, MatrixWrapper::ColumnVector > *const   measmodel,
const MatrixWrapper::ColumnVector &  z,
const MatrixWrapper::ColumnVector &  s 
)


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

Generated on Mon Feb 20 07:01:10 2017 for MIP by  doxygen 1.5.6