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

Hessian of the multidimensional Rosenbrock test function

The parameters a and b can be chosen freely.