![]() |
Shamrock 2025.10.0
Astrophysical Code
|
#include <functional>Go to the source code of this file.
Namespaces | |
| namespace | shammath |
| namespace for math utility | |
Functions | |
| template<class T, class Lambda> | |
| constexpr T | shammath::integ_riemann_sum (T start, T end, T step, Lambda &&fct) |
| template<class T, class Lambda> | |
| constexpr std::pair< std::vector< T >, std::vector< T > > | shammath::euler_ode (T start, T end, T step, Lambda &&ode, T x0, T u0) |
| Euler solving of ODE The ode has the form. | |
Definition in file integrator.hpp.