mathru/analysis/differential_equation/ordinary/solver/implicit/
mod.rs

1mod bdf;
2pub use bdf::BDF;
3
4pub mod runge_kutta;