TricubicSplineInterpolator
--------------------------
Key: MATH-366
URL: https://issues.apache.org/jira/browse/MATH-366
Project: Commons Math
Issue Type: New Feature
Reporter: Gilles
Priority: Minor
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?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.