Function argmin_testfunctions::booth_hessian
source ยท pub fn booth_hessian<T>(_param: &[T; 2]) -> [[T; 2]; 2]where
T: Float + FromPrimitive,
Expand description
Hessian of Booth test function
Returns [[10, 8], [8, 10]] for every input.