KalmanFilter
Public Member Functions | List of all members
continuousSolver< T > Class Template Referenceabstract
Inheritance diagram for continuousSolver< T >:
Inheritance graph
[legend]

Public Member Functions

 continuousSolver (const continuousModel< T > *M, const double startTime, const T &startState)
 
virtual void solve (double timeForward)=0
 
void setInitialConditions (const T &newState, double newTime)
 
getCurrentState ()
 Getter for state.
 
double getCurrentTime ()
 Getter for current time.
 
evaluateModel (const T &t, const double time) const
 

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