[][src]Function argmin::testfunctions::zero_derivative

pub fn zero_derivative<T>(param: &[T]) -> Vec<f64>

Derivative of zero test function

Always returns a vector with the lenght of param, full of 0.0. This is only for performance tests.