filon

Crates.iofilon
lib.rsfilon
version1.3.0
sourcesrc
created_at2023-11-05 16:32:12.592607
updated_at2024-06-09 09:55:07.426905
descriptionHighly oscillatory quadrature in Rust
homepage
repositoryhttps://github.com/alexhroom/filon
max_upload_size
id1026070
size41,501
Alex H. Room (alexhroom)

documentation

README

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.

Commit count: 25

cargo fmt