pub fn rosenbrock_hessian<T>(param: &[T]) -> Vec<Vec<T>>where T: Float + FromPrimitive + AddAssign,
Hessian 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