pub fn rastrigin_hessian<T>(param: &[T]) -> Vec<Vec<T>>where T: Float + FromPrimitive + Sum + Into<f64>,
Hessian of Rastrigin test function