-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi-Dimensional Interpolation #22
Comments
I'm planning to add Kriging and Radial Basis Functions from my old dissertation branch sometime in the next month-ish. |
N-dimensional splines complete in C . |
Second derivatives implemented and (mostly) verified for Radial Basis Functions and Kriging. |
@wgledbe I'll go ahead and 4-d splines to hold us over until N-d are ready. |
Don't hold your breath. |
4-D Spline tables implemented and merged. Usage is pretty much the same as the 3-D case. |
At present, we support interpolating tabular data defined on 1 and 2 dimensional grids. We should add support for N-dimensional grids.
This should probably be done as two new separate classes for 3-d and N-d grids. I'd imagine that there is a cleaner/more efficient algorithm for the 3d case that would merit a standalone implementation, and that we could get out the door quicker. @jdsikes1 , this aligns with your current work so you get this one.
The text was updated successfully, but these errors were encountered: