|
numerics 0.1.0
|
#include <ode.hpp>
Public Attributes | |
| real | t0 = 0.0 |
| real | tf = 1.0 |
| real | h = 1e-3 |
| real | rtol = 1e-6 |
| real | atol = 1e-9 |
| idx | max_steps = 1000000 |
| real num::ODEParams::t0 = 0.0 |
Definition at line 43 of file ode.hpp.
Referenced by num::solve().