argmin_testfunctions

Function 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 $\left(\begin{matrix}10 & 8\\8 & 10\end{matrix}\right)$ for every input.