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.