Function argmin_testfunctions::rosenbrock_hessian
source ยท pub fn rosenbrock_hessian<T>(param: &[T]) -> Vec<Vec<T>>
Expand description
Hessian of the multidimensional Rosenbrock test function
The parameters a
and b
are set to 1.0
and 100.0
, respectively.