[][src]Crate ohsl

Oak Hamilton Scientific Library

ohsl is a collection of numerical routines and mathematical types for use in scientific computing.

Re-exports

pub use self::complex::Complex;
pub use self::complex::Cmplx;
pub use self::vector::Vector;
pub use self::vector::Vec64;
pub use self::traits::Number;
pub use self::traits::Signed;
pub use self::traits::Zero;
pub use self::traits::One;
pub use self::matrix::Matrix;
pub use self::matrix::Mat64;
pub use self::mesh1d::Mesh1D;
pub use self::newton::Newton;
pub use self::mesh2d::Mesh2D;

Modules

complex
constant
elementary
matrix
mesh1d
mesh2d
newton
traits
vector