rusoda 0.1.0

Pure rust and just need log dependencies implementation of odepack dlsoda.
Documentation
1
2
3
4
5
6
mod blas;
mod common;
mod lsoda;

pub use common::{IStateInput, Ixpr};
pub use lsoda::{OdeSystem, LSODA};