Crates.io | filon |
lib.rs | filon |
version | 1.3.0 |
source | src |
created_at | 2023-11-05 16:32:12.592607 |
updated_at | 2024-06-09 09:55:07.426905 |
description | Highly oscillatory quadrature in Rust |
homepage | |
repository | https://github.com/alexhroom/filon |
max_upload_size | |
id | 1026070 |
size | 41,501 |
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.