ohsl 0.12.0

A collection of numerical routines and mathematical types for use in scientific computing.
Documentation
#[path = "complex/complex.rs"]
mod complex;

#[path = "vector/vector.rs"]
mod vector;

#[path = "matrix/matrix.rs"]
mod matrix;

#[path = "mesh1d/mesh1d.rs"]
mod mesh1d;

#[path = "mesh2d/mesh2d.rs"]
mod mesh2d;

#[path = "newton/newton.rs"]
mod newton;

#[path = "sparse/sparse.rs"]
mod sparse;

#[path = "polynomial/polynomial.rs"]
mod polynomial;

#[path = "ode_bvp/ode_bvp.rs"]
mod ode_bvp;

#[path = "ode_ivp/ode_ivp.rs"]
mod ode_ivp;