#quadrature #integration #highly #integral #sin #python #oscillatory

filon

在Rust中实现高振荡积分的菲隆求积法

4个稳定版本

1.3.0 2024年6月9日
1.2.0 2024年3月2日
1.1.0 2023年11月24日
1.0.0 2023年11月5日

#486 in 数学

GPL-3.0-or-later

15KB
87

filon

Rust中菲隆求积法的实现。

菲隆求积法是一种用于高振荡积分的求积法,例如 $\int_a^b f(x) sin(mx)$ 或 $\int_a^b f(x) cos(mx)$。

另请参阅此代码的Python前端 pyfilon

此代码移植了John Burkardt的菲隆求积法实现,该实现基于ACM中的Chase和Fosdick算法,可在Netlib上作为TOMS 353找到

依赖项

~270KB