pub fn rosenbrock_ab<T>(param: &[T], a: T, b: T) -> T
Expand 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) -> T
Multidimensional Rosenbrock test function.
Same as rosenbrock
but with free choice of the parameters a
and b
.