Class for linear analytic systemmodels with additive gaussian noise. More...
#include <linearanalyticsystemmodel_gaussianuncertainty.h>
Public Member Functions | |
const MatrixWrapper::Matrix & | AGet () const |
Get Matrix A. | |
void | ASet (const MatrixWrapper::Matrix &a) |
Set Matrix A. | |
const MatrixWrapper::Matrix & | BGet () const |
Get Matrix B. | |
void | BSet (const MatrixWrapper::Matrix &b) |
Set Matrix B. | |
LinearAnalyticSystemModelGaussianUncertainty (LinearAnalyticConditionalGaussian *pdf) | |
Constructor. | |
virtual | ~LinearAnalyticSystemModelGaussianUncertainty () |
Destructor. |
Class for linear analytic systemmodels with additive gaussian noise.
This class represents all systemmodels of the form
Definition at line 33 of file linearanalyticsystemmodel_gaussianuncertainty.h.
BFL::LinearAnalyticSystemModelGaussianUncertainty::LinearAnalyticSystemModelGaussianUncertainty | ( | LinearAnalyticConditionalGaussian * | ) |
Constructor.
Conditional pdf with Gaussian uncertainty |
Definition at line 30 of file linearanalyticsystemmodel_gaussianuncertainty.cpp.
BFL::LinearAnalyticSystemModelGaussianUncertainty::~LinearAnalyticSystemModelGaussianUncertainty | ( | ) | [virtual] |
Destructor.
Definition at line 35 of file linearanalyticsystemmodel_gaussianuncertainty.cpp.
const Matrix & BFL::LinearAnalyticSystemModelGaussianUncertainty::AGet | ( | ) | const |
Get Matrix A.
Definition at line 50 of file linearanalyticsystemmodel_gaussianuncertainty.cpp.
void BFL::LinearAnalyticSystemModelGaussianUncertainty::ASet | ( | const MatrixWrapper::Matrix & | a | ) |
Set Matrix A.
This can be particularly useful for time-varying systems
a | Matrix a |
Definition at line 39 of file linearanalyticsystemmodel_gaussianuncertainty.cpp.
const Matrix & BFL::LinearAnalyticSystemModelGaussianUncertainty::BGet | ( | ) | const |
Get Matrix B.
Definition at line 56 of file linearanalyticsystemmodel_gaussianuncertainty.cpp.
void BFL::LinearAnalyticSystemModelGaussianUncertainty::BSet | ( | const MatrixWrapper::Matrix & | b | ) |
Set Matrix B.
This can be particularly useful for time-varying systems
b | Matrix b |
Definition at line 44 of file linearanalyticsystemmodel_gaussianuncertainty.cpp.