1 2 3 4 5
//! Function optimization utilities pub mod scalar; pub use self::scalar::fmin_bounded; pub use self::scalar::fmin_brute;