sundials 0.3.2

Suite of nonlinear and differential/algebraic equation solvers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub(crate) mod check;

pub mod context;
pub mod ida;
pub mod kinsol;
pub mod nvector;
pub mod sunlinsol;
#[cfg(feature = "faer")]
pub mod sunlinsol_faer;
#[cfg(feature = "klu2")]
pub mod sunlinsol_klu2;
pub mod sunmatrix;

#[cfg(test)]
mod kinsol_tests;

pub use sundials_sys::sunindextype;
pub use sundials_sys::sunrealtype;