Function argmin_testfunctions::zero_derivative
source ยท pub fn zero_derivative<T>(param: &[T]) -> Vec<T>where
T: Float + FromPrimitive,
Expand description
Derivative of zero test function
Always returns a vector with the length of param, full of 0.0
. This is only for performance
tests.