

Public Member Functions | |
| PendulumIntegrator (const Matrix< double > &initialState, double initialTime=0) | |
| virtual gpstk::Matrix< double > & | derivative (long double time, const gpstk::Matrix< double > &inState, gpstk::Matrix< double > &inStateDot) |
| This is the function to be integrated. | |
| void | setPhysics (double accGrav, double length) |
|
||||||||||||
|
Definition at line 46 of file RungeKuttaTest.cpp. |
|
||||||||||||||||
|
This is the function to be integrated.
Implements RungeKutta4. Definition at line 66 of file RungeKuttaTest.cpp. References gpstk::sin(). |
|
||||||||||||
|
Definition at line 56 of file RungeKuttaTest.cpp. Referenced by main(). |
1.3.9.1