pub fn rosenbrock_derivative<T>(param: &[T]) -> Vec<T>
Expand description

Derivative of the multidimensional Rosenbrock test function

The parameters a and b are set to 1.0 and 100.0, respectively.