#include <ASimulable.hpp>
Public Member Functions | |
ASimulable () | |
virtual | ~ASimulable () |
int | evalSimulate (const VectorDouble &whitenoise, VectorDouble &outv) const |
VectorDouble | evalSimulate (const VectorDouble &whitenoise) const |
int | evalSimulate (const constvect whitenoise, vect result) const |
int | addSimulateToDest (const constvect whitenoise, vect outv) const |
Public Member Functions inherited from ALinearOp | |
virtual | ~ALinearOp () |
virtual int | getSize () const =0 |
int | evalDirect (const VectorDouble &inv, VectorDouble &outv) const |
VectorDouble | evalDirect (const VectorDouble &in) const |
int | evalDirect (constvect inv, vect outv) const |
int | addToDest (const constvect inv, vect outv) const |
int | addToDest (const Eigen::VectorXd &inv, Eigen::VectorXd &outv) const |
|
inline |
|
inlinevirtual |
VectorDouble ASimulable::evalSimulate | ( | const VectorDouble & | whitenoise | ) | const |
int ASimulable::evalSimulate | ( | const VectorDouble & | whitenoise, |
VectorDouble & | outv | ||
) | const |