pub fn rastrigin_a_hessian<T>(param: &[T], a: T) -> Vec<Vec<T>>where T: Float + FromPrimitive + Sum + Into<f64>,
Hessian of Rastrigin test function where a can be chosen freely
a