7 #ifndef KINETX_CASHKARP5_H_
8 #define KINETX_CASHKARP5_H_
30 void propagateY(Eigen::VectorXd& y,
double& t,
double& dt)
const override final;
36 #endif // KINETX_CASHKARP5_H_
Numerical integration according to the cash-karp-5 algorithm. This algorithm automatically generates ...
Definition: CashKarp5.h:19
Base class for all Runge-Kutta methods/implementations.
Definition: RungeKutta.h:18
void propagateY(Eigen::VectorXd &y, double &t, double &dt) const overridefinal
Propagate the concentration.
Definition: CashKarp5.cpp:17
CashKarp5(Network &net)
Constructor.
Definition: CashKarp5.cpp:14