This trait provides a template for writing numerical integrators (e.
This class may be used for solving a system of linear differential equations that are ordinary and first-order with constant coefficients of the form y(t)' = a * y(t) where ' is d/dt, y(t) is the vector function of time and a is the coefficient matrix.
This class implements the Gillespie Stochastic Simulation Algorithm (SSA).
This object is used to define types of time derivative functions.
Given an unknown, time-dependent function y(t) governed by an Ordinary Differential Equation (ODE) of the form y(t)' = f(t, y) where ' is d/dt, compute y(t) using a (4,5)-order Dormand-Prince Integrator (DOPRI).
This object is used to test the DormandPrince object.
Object to test the LinearDiffEq class using example at
Radau IIA is a simple Ordinary Differential Equation (ODE) solver for moderately stiff systems.
This object is used to test the Radau5 object.
Given an unknown, time-dependent function y(t) governed by an Ordinary Differential Equation (ODE) of the form y(t)' = f(t, y) where ' is d/dt, compute y(t) using a 4th-order Runge-Kutta Integrator (RK4).
This object is used to test the RungeKutta object.
This object tests the SSA class.
The dynamics package contains classes, traits and objects for system dynamics simulations using Ordinary Differential Equations (ODEs).