|
numerics 0.1.0
|
Problem types: carry the mathematics, not the numerics. More...
Go to the source code of this file.
Classes | |
| struct | num::ODEProblem |
| Explicit ODE: du/dt = f(t, u) More... | |
| struct | num::MCMCProblem |
Namespaces | |
| namespace | num |
Problem types: carry the mathematics, not the numerics.
ODEProblem – du/dt = f(t, u), u0, time span [t0, tf] MCMCProblem – Markov chain over n_sites with accept/propose callables
The algorithm (how to solve) is always separate; pass it to num::solve().
Definition in file problems.hpp.