pub fn rosenbrock_derivative<T>(param: &[T]) -> Vec<T>where T: Float + FromPrimitive + AddAssign,
Derivative of the multidimensional Rosenbrock test function
The parameters a and b are set to 1.0 and 100.0, respectively.
a
b
1.0
100.0