pub fn rastrigin_hessian<T>(param: &[T]) -> Vec<Vec<T>>
where T: Float + FromPrimitive + Sum + Into<f64>,
Expand description

Hessian of Rastrigin test function