Function peroxide::numerical::integral::gauss_kronrod_quadrature
source · pub fn gauss_kronrod_quadrature<F, T, S, Y>(
f: F,
(a, b): (T, S),
method: Integral,
) -> Y
Expand description
Gauss Kronrod Quadrature
§Type
f, (a,b), method -> Y
Y
implementsGKIntegrable
, likef64
orC64
(complex
feature only)f
: Numerical function (Fn(f64) -> Y + Copy
)(a,b)
: Interval of integrationmethod
: Integration methodG7K15(tol)
§Reference
- arXiv: 1003.4629