gauss_quad

Module chebyshev

Source
Expand description

Numerical integration using the Gauss-Chebyshev quadrature rule.

This rule can integrate formulas on the form f(x) * (1 - x^2)^a on finite intervals, where a is either -1/2 or 1/2.

Structsยง