Scine::Kinetx  3.0.0
Kinetic models for reaction networks.
 All Classes Files Functions Variables Enumerations Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
oNScine
|\NKinetx
| oCCashKarp5Numerical integration according to the cash-karp-5 algorithm. This algorithm automatically generates the time step. (Ref. https://arxiv.org/pdf/1309.2710.pdf, https://doi.org/10.1016/j.jcp.2013.09.025)
| oCCvodeSundials implementation called CVODE
| |\CImpl
| oCExplicitEulerEuler-type integration (dt * dy/dt)
| oCImplicitEulerImplicit 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
| oCIntegratorBase class for all Runge-Kutta methods/implementations
| oCIntegratorBase
| oCRungeKuttaBase class for all Runge-Kutta methods/implementations
| oCNetwork
| oCNetworkBuilderA class allowing for easier building of reaction networks
| \CRandomNetworkFactoryA factory class for test networks
\Nsetup
 \CEmptyListWithLength