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.
pub fn zero_derivative<T>(param: &[T]) -> Vec<T>where
T: Float + FromPrimitive,Derivative of zero test function.
Always returns a vector with the length of param, full of 0.0. This is only for performance
tests.