numerics 0.1.0
Loading...
Searching...
No Matches
problems.hpp File Reference

Problem types: carry the mathematics, not the numerics. More...

#include "core/vector.hpp"
#include "ode/ode.hpp"
#include <functional>
#include <random>

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
 

Detailed Description

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.