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

Derivative of zero test function (const version)

Always returns an array with the length of param, full of 0.0. This is only for performance tests.