#include "tensor_field_nav_core/Numerical.h"
Go to the source code of this file.
Functions | |
void | rkck (Vec_I_DP &y, Vec_I_DP &dydx, const DP x, const DP h, Vec_O_DP &yout, Vec_O_DP &yerr, void derivs(const DP, Vec_I_DP &, Vec_O_DP &)) |
void | rkqs (Vec_IO_DP &y, Vec_IO_DP &dydx, DP &x, const DP htry, const DP eps, Vec_I_DP &yscal, DP &hdid, DP &hnext, void derivs(const DP, Vec_I_DP &, Vec_O_DP &)) |
void rkck | ( | Vec_I_DP & | y, |
Vec_I_DP & | dydx, | ||
const DP | x, | ||
const DP | h, | ||
Vec_O_DP & | yout, | ||
Vec_O_DP & | yerr, | ||
void | derivsconst DP, Vec_I_DP &, Vec_O_DP & | ||
) |
Definition at line 5 of file Numerical.cpp.