| Abstract Interface | Location | Description |
|---|---|---|
| acc_function | geopotential_module | Interface to the acceleration function for the different methods |
| c_cdot_func | transformation_module | |
| deriv_func | rk_module_variable_step | derivative function |
| event_func | rk_module_variable_step | event function |
| fcn_hybrd | minpack_module | function for hybrd.
calculate the functions at |
| fcn_hybrj | minpack_module | function for hybrj |
| frame_transform_func | relative_motion_module | |
| func | newton_module | interface for the function and derivative |
| func | lambert_module | interface to the zeroin input function |
| func | brent_module | Interface to the function to be minimized. It should evaluate f(x) for any x in the interval (ax,bx) |
| mean_obliquity_func | obliquity_module | a function for computing the mean obliquity of the ecliptic. |
| norm_func | rk_module_variable_step | Vector norm function. Must return a value . |
| order_func | rk_module_variable_step | |
| r_func | ephemeris_module | function to return the position of the |
| report_func | relative_motion_module | for reporting the points in the cw_propagator. |
| report_func | rk_module_variable_step | report function |
| rv_func | ephemeris_module | function to return the state of the |
| step_func | rk_module_variable_step | rk step function |