Function argmin_testfunctions::styblinski_tang_hessian_const
source ยท pub fn styblinski_tang_hessian_const<const N: usize, T>(
param: &[T; N],
) -> [[T; N]; N]
Expand description
Hessian of Styblinski-Tang test function
This is the const generics version, which requires the number of parameters to be known at compile time.