|
numerics 0.1.0
|
#include <algorithms.hpp>
Public Attributes | |
| double | h = 1e-3 |
| double | rtol = 1e-6 |
| double | atol = 1e-9 |
| idx | max_steps = 1000000 |
Definition at line 31 of file algorithms.hpp.
| double num::RK45::atol = 1e-9 |
Definition at line 34 of file algorithms.hpp.
Referenced by num::solve().
| double num::RK45::h = 1e-3 |
Definition at line 32 of file algorithms.hpp.
Referenced by num::solve().
| idx num::RK45::max_steps = 1000000 |
Definition at line 35 of file algorithms.hpp.
Referenced by num::solve().
| double num::RK45::rtol = 1e-6 |
Definition at line 33 of file algorithms.hpp.
Referenced by num::solve().