rusoda 0.1.0

Pure rust and just need log dependencies implementation of odepack dlsoda.
Documentation
1
2
3
4
pub use super::{
    daxpy::daxpy, ddot::ddot, dgefa::dgefa, dgesl::dgesl, dscal::dscal, fnorm::fnorm,
    idamax::idamax, vmnorm::vmnorm,
};