pub fn rosenbrock_ab_hessian<T>(param: &[T], a: T, b: T) -> Vec<Vec<T>>where T: Float + FromPrimitive + AddAssign,
Hessian of the multidimensional Rosenbrock test function
The parameters a and b can be chosen freely.
a
b