4 stable releases
1.3.0 | Jun 9, 2024 |
---|---|
1.2.0 | Mar 2, 2024 |
1.1.0 | Nov 24, 2023 |
1.0.0 | Nov 5, 2023 |
#552 in Math
15KB
87 lines
filon
Implementation of Filon quadrature in Rust.
The Filon quadrature is a quadrature for highly oscillatory integrals, such as $\int_a^b f(x) sin(mx)$ or $\int_a^b f(x) cos(mx)$.
See also a Python frontend for this code in pyfilon
This code ports John Burkardt's implementation of Filon quadrature, based on Chase and Fosdick's algorithm in the ACM, available on Netlib as TOMS 353.
Dependencies
~270KB