A wrapper around the sundials ODE solver.
Examples computing the behavior of an oscillatory system defined by x'' = -k * x
are included in the examples/ directory. In the example computing the sensitivities, sensitivities are computed with respect to x(0)
, x'(0)
and k
.