pub fn sphere_hessian_const<const N: usize, T>(_param: &[T; N]) -> [[T; N]; N]
where T: Float + FromPrimitive,
Expand description

Hessian of sphere test function

This is the const generics version, which requires the number of parameters to be known at compile time.