Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Similarly to the "BicubicSplineInterpolator", I propose to add a "TricubicSplineInterpolator" class.
This will also require the following:
- Add methods in "BicubicSplineInterpolatingFunction" (to compute the partial derivatives)
- Add a "TrivariateRealGridInterpolator" interface
- Add a "TrivariateRealFunction" interface
- Add a "TricubicSplineInterpolatingFunction" class (to compute the spline coefficients from the sampled function, and its partial derivatives)
Is it OK to perform the changes?