Function argmin_testfunctions::zero
source ยท pub fn zero<T>(_param: &[T]) -> Twhere
T: Float + FromPrimitive,
Expand description
Zero test function
Always returns 0.0
. This is only for performance tests.
pub fn zero<T>(_param: &[T]) -> Twhere
T: Float + FromPrimitive,
Zero test function
Always returns 0.0
. This is only for performance tests.