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

Derivative of zero test function

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