JuliaMath / JuliaMath/NumericalIntegration.jl

improved implementation of Romberg integration

Open
#30 4 comments 2 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
66
Forks
19
PR merge metrics
No merged PRs in 30d

Description

I posted an implementation on discourse (https://discourse.julialang.org/t/romberg-jl-simple-romberg-integration-in-julia/39313/8?u=stevengj) using Richardson.jl that is much more general (is not restricted to power-of-two sizes), seems to be more accurate than your current code, and is vastly simpler. I'm not sure if you would be interested in adopting it here?

My implementation could be sped up by inlining the `sum` calls and a few other tweaks, if necessary

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.