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.