Function rosenbrock_ab

Source
pub fn rosenbrock_ab<T>(param: &[T], a: T, b: T) -> T
where T: Float + FromPrimitive + Sum,
Expand description

Multidimensional Rosenbrock test function.

Same as rosenbrock but with free choice of the parameters a and b.