pub fn rosenbrock_ab_derivative<T>(param: &[T], a: T, b: T) -> Vec<T>
Expand description

Derivative of the multidimensional Rosenbrock test function

The parameters a and b can be chosen freely.