interpax: JAX friendly interpolation & splines #18216
Unanswered
f0uriest
asked this question in
Show and tell
Replies: 1 comment
-
I also have some stuff along the lines of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Following the recent JEP I decided to package up some interpolation and spline routines I had written for other projects into interpax.
I'm hoping to build it out a bit more to cover more of the functionality from
scipy.interpolate
, I currently have linear and cubic interpolation in 1,2, and 3 dimensions, as well as Fourier interpolation in 1d and 2d. Next planned steps are N-D interpolators (both iterated splines and RBF), suggestions or contributions welcome!Beta Was this translation helpful? Give feedback.
All reactions