Function holder_table_derivative

Source
pub fn holder_table_derivative<T>(param: &[T; 2]) -> [T; 2]
where T: Float + FromPrimitive,
Expand description

Derivative of the Holder table test function.

The test function has a discontinuity at $\sqrt{x_1^2+x_2^2} = \pi$, hence the derivative can be NaN-valued.