This commit is contained in:
Arthur Carcano 2021-06-11 12:51:29 +02:00
parent c94e6789f8
commit 40234d18e7
2 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,10 @@ A wrapper around the cvode(S) ODE solver from sundials.
[ [documentation](https://docs.rs/cvode-wrap) ] [ [lib.rs](https://lib.rs/crates/cvode-wrap) ] [ [git repository](https://gitlab.inria.fr/InBio/Public/cvode-rust-wrap) ]
# Building sundials
To build sundials, activate the `sundials-sys/build_libraries` feature.
# Examples
## Oscillator

View File

@ -1,6 +1,11 @@
//! A wrapper around cvode and cvodes from the sundials tool suite.
//!
//! Users should be mostly interested in [`SolverSensi`] and [`SolverNoSensi`].
//!
//! # Building sundials
//!
//! To build sundials, activate the `sundials-sys/build_libraries` feature.
//!
//! # Examples
//!
//! ## Oscillator