pub struct MGHInit {}Implementations§
Source§impl MGHInit
impl MGHInit
pub fn bard() -> Vec<f64>
pub fn beale() -> Vec<f64>
pub fn brown_badly_scaled() -> Vec<f64>
pub fn freudenstein_and_roth() -> Vec<f64>
pub fn gaussian() -> Vec<f64>
pub fn hellical_valley() -> Vec<f64>
pub fn kowalik_and_osborne() -> Vec<f64>
pub fn meyer() -> Vec<f64>
pub fn osborne_1() -> Vec<f64>
pub fn osborne_2() -> Vec<f64>
pub fn powell_badly_scaled() -> Vec<f64>
pub fn powell_singular() -> Vec<f64>
pub fn rosenbrock() -> Vec<f64>
pub fn wood() -> Vec<f64>
Source§impl MGHInit
impl MGHInit
pub fn broyden_banded(n: usize) -> Vec<f64>
pub fn broyden_tridiagonal(n: usize) -> Vec<f64>
pub fn brown_almost_linear(n: usize) -> Vec<f64>
pub fn discrete_boundary_value(n: usize) -> Vec<f64>
pub fn discrete_integral_equation(n: usize) -> Vec<f64>
pub fn extended_powell_singular(n: usize) -> Vec<f64>
pub fn extended_rosenbrock(n: usize) -> Vec<f64>
pub fn penalty1(n: usize) -> Vec<f64>
pub fn penalty2(n: usize) -> Vec<f64>
pub fn trigonometric(n: usize) -> Vec<f64>
pub fn variably_dimensioned(n: usize) -> Vec<f64>
pub fn watson(n: usize) -> Vec<f64>
Auto Trait Implementations§
impl Freeze for MGHInit
impl RefUnwindSafe for MGHInit
impl Send for MGHInit
impl Sync for MGHInit
impl Unpin for MGHInit
impl UnsafeUnpin for MGHInit
impl UnwindSafe for MGHInit
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