From b7274483b69613245dbe3745a06bf09334194b35 Mon Sep 17 00:00:00 2001 From: Jeff Fessler Date: Sat, 21 Mar 2026 14:24:30 -0400 Subject: [PATCH] Add FastInterpolations.jl entry seems like a very good package worth mentioning --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f8c6c2fa..f8d20b7c 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ Other interpolation packages for Julia include: - [Dierckx.jl](https://github.com/kbarbary/Dierckx.jl) is a wrapper for the dierckx Fortran library, which also underlies `scipy.interpolate`. - [DIVAnd.jl](https://github.com/gher-ulg/DIVAnd.jl) for N-dimensional smoothing interpolation. - [FastChebInterp.jl](https://github.com/stevengj/FastChebInterp.jl) does fast multidimensional Chebyshev interpolation on a hypercube using separable grid of interpolation points. +- [FastInterpolations.jl](https://github.com/ProjectTorreyPines/FastInterpolations.jl) fast and includes adjoints - [FEMBasis.jl](https://github.com/JuliaFEM/FEMBasis.jl) contains interpolation routines for standard finite element function spaces. - [FineShift.jl](https://github.com/emmt/FineShift.jl) does fast sub-sample shifting of multidimensional arrays. - [FourierTools.jl](https://github.com/bionanoimaging/FourierTools.jl) includes sinc interpolation for up and down sampling.