pub struct MGH { /* private fields */ }Implementations§
Source§impl MGH
impl MGH
pub fn hellical_valley(x: &[f64]) -> f64
pub fn freudenstein_and_roth(x: &[f64]) -> f64
pub fn gaussian(x: &[f64]) -> f64
pub fn powell_badly_scaled(x: &[f64]) -> f64
pub fn brown_badly_scaled(x: &[f64]) -> f64
pub fn powell_singular(x: &[f64]) -> f64
pub fn beale(x: &[f64]) -> f64
pub fn wood(x: &[f64]) -> f64
Source§impl MGH
impl MGH
pub fn broyden_tridiagonal(x: &[f64]) -> f64
pub fn variably_dimensional(x: &[f64]) -> f64
pub fn watson(x: &[f64]) -> f64
pub fn penalty1(x: &[f64]) -> f64
pub fn penalty2(x: &[f64]) -> f64
pub fn trigonometric(x: &[f64]) -> f64
pub fn extended_rosenbrock(x: &[f64]) -> f64
pub fn broyden_banded(x: &[f64]) -> f64
pub fn discrete_boundary_value(x: &[f64]) -> f64
pub fn discrete_integral_equation(x: &[f64]) -> f64
pub fn extended_powell_singular(x: &[f64]) -> f64
Source§impl MGH
impl MGH
pub fn jennrich_and_sampson(&self, x: &[f64]) -> f64
pub fn biggs_exp6(&self, x: &[f64]) -> f64
pub fn box_3d(&self, x: &[f64]) -> f64
pub fn brown_and_dennis(&self, x: &[f64]) -> f64
pub fn gulf_research_and_development(&self, x: &[f64]) -> f64
Auto Trait Implementations§
impl Freeze for MGH
impl RefUnwindSafe for MGH
impl Send for MGH
impl Sync for MGH
impl Unpin for MGH
impl UnsafeUnpin for MGH
impl UnwindSafe for MGH
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more