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

Derivative of Styblinski-Tang test function

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