Skip to main content

Module ode

Module ode 

Source
Expand description

ODE solver core: Problem, Solution, Options, Solve, mass-action kinetics.

Structs§

Options
Solver configuration parameters.
Problem
An ODE initial value problem for a Petri net.
Solution
The solution to an ODE problem.

Functions§

copy_state
Copies a state map.
solve
Integrates the ODE problem using the given solver and options.

Type Aliases§

ODEFunc
A function that computes the derivative du/dt given time t and state u.