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

Public Member Functions

 continuousSolverRK4 (continuousModel< T > *M, const double startTime, const T &startState, double timeStep)
 
void solve (double timeForward)
 
- Public Member Functions inherited from continuousSolver< T >
 continuousSolver (const continuousModel< T > *M, const double startTime, const T &startState)
 
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: