doc
This commit is contained in:
parent
c94e6789f8
commit
40234d18e7
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user