Skip to content

Commit 9d44aa6

Browse files
authored
Update index.md: link IteratedIntegration.jl
1 parent 6e40044 commit 9d44aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ part of your domain (e.g if your integrand has a sharp peak or singularity
7777
somewhere that is not known in advance).
7878

7979
For multidimensional integration, see also the [HCubature.jl](https://github.com/stevengj/HCubature.jl), [Cubature.jl](https://github.com/stevengj/Cubature.jl), and
80-
[Cuba.jl](https://github.com/giordano/Cuba.jl) packages.
80+
[Cuba.jl](https://github.com/giordano/Cuba.jl) packages, or alternatively [IteratedIntegration.jl](https://github.com/lxvm/IteratedIntegration.jl) for efficient nested 1d integrals (probably more efficient than nesting QuadGK directly).
8181

8282
Note that all of the above quadrature routines assume that you supply you integrand
8383
as a *function* $f(x)$ that can be evaluated at *arbitrary points* inside the

0 commit comments

Comments
 (0)