cvode-wrap 0.1.0

A wrapper around cvode and cvodeS from sundials, allowing to solve ordinary differential equations (ODEs) with or without their sensitivities.
docs.rs failed to build cvode-wrap-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: cvode-wrap-0.1.3

A wrapper around the sundials ODE solver.

Examples

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.