ida 0.1.1

A pure Rust port of the Implicit Differential-Algebraic solver from the Sundials suite.
Documentation
1
2
3
4
5
pub mod newton;
pub mod traits;

pub use newton::Newton;
pub use traits::*;