Skip to main content

MGH

Struct MGH 

Source
pub struct MGH { /* private fields */ }

Implementations§

Source§

impl MGH

Source

pub fn hellical_valley(x: &[f64]) -> f64

Source

pub fn freudenstein_and_roth(x: &[f64]) -> f64

Source

pub fn gaussian(x: &[f64]) -> f64

Source

pub fn powell_badly_scaled(x: &[f64]) -> f64

Source

pub fn brown_badly_scaled(x: &[f64]) -> f64

Source

pub fn powell_singular(x: &[f64]) -> f64

Source

pub fn beale(x: &[f64]) -> f64

Source

pub fn wood(x: &[f64]) -> f64

Source§

impl MGH

Source

pub fn broyden_tridiagonal(x: &[f64]) -> f64

Source

pub fn variably_dimensional(x: &[f64]) -> f64

Source

pub fn watson(x: &[f64]) -> f64

Source

pub fn penalty1(x: &[f64]) -> f64

Source

pub fn penalty2(x: &[f64]) -> f64

Source

pub fn trigonometric(x: &[f64]) -> f64

Source

pub fn extended_rosenbrock(x: &[f64]) -> f64

Source

pub fn broyden_banded(x: &[f64]) -> f64

Source

pub fn discrete_boundary_value(x: &[f64]) -> f64

Source

pub fn discrete_integral_equation(x: &[f64]) -> f64

Source

pub fn extended_powell_singular(x: &[f64]) -> f64

Source§

impl MGH

Source

pub fn jennrich_and_sampson(&self, x: &[f64]) -> f64

Source

pub fn biggs_exp6(&self, x: &[f64]) -> f64

Source

pub fn box_3d(&self, x: &[f64]) -> f64

Source

pub fn brown_and_dennis(&self, x: &[f64]) -> f64

Source

pub fn gulf_research_and_development(&self, x: &[f64]) -> f64

Source§

impl MGH

Source

pub fn chebyquad(&self, x: &[f64]) -> f64

Source

pub fn linear_full_rank(&self, x: &[f64]) -> f64

Source§

impl MGH

Source

pub fn aux(m: usize) -> Self

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> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.