pub fn rosenbrock_ab<T>(param: &[T], a: T, b: T) -> TExpand description
Multidimensional Rosenbrock test function.
Same as rosenbrock but with free choice of the parameters a and b.
pub fn rosenbrock_ab<T>(param: &[T], a: T, b: T) -> TMultidimensional Rosenbrock test function.
Same as rosenbrock but with free choice of the parameters a and b.