Scine::Kinetx
3.0.0
Kinetic models for reaction networks.
|
#include "Kinetx/Integrator/RungeKutta.h"
Go to the source code of this file.
Classes | |
class | Scine::Kinetx::ImplicitEuler |
Implicit Euler-type integration algorithm (y_k+1 = dt f(t_k+1, y_k+1)), where f(t_k+1, y_k+1) is the reaction rate and k the integration step. Requires the Jacobian of the reaction system. More... | |