Skip to content

Commit 1ba958e

Browse files
authored
link ConvolutionInterpolations.jl
1 parent ce5c6dc commit 1ba958e

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
@@ -86,4 +86,4 @@ choose points so that the accuracy improves rapidly (often exponentially rapidly
8686
with the number of points. However if you only have function values supplied
8787
at pre-determined points, such as on a regular grid, then you should use
8888
another (probably slower-converging) algorithm in a package such as
89-
[Trapz.jl](https://github.com/francescoalemanno/Trapz.jl), [Romberg.jl](https://github.com/fgasdia/Romberg.jl), or [NumericalIntegration.jl](https://github.com/dextorious/NumericalIntegration.jl).
89+
[Trapz.jl](https://github.com/francescoalemanno/Trapz.jl), [Romberg.jl](https://github.com/fgasdia/Romberg.jl), [NumericalIntegration.jl](https://github.com/dextorious/NumericalIntegration.jl), or [ConvolutionInterpolations.jl](https://github.com/NikoBiele/ConvolutionInterpolations.jl).

0 commit comments

Comments
 (0)