Class PiecewiseBicubicSplineInterpolatingFunction

java.lang.Object
org.apache.commons.math3.analysis.interpolation.PiecewiseBicubicSplineInterpolatingFunction
All Implemented Interfaces:
BivariateFunction

Function that implements the bicubic spline interpolation. This implementation currently uses AkimaSplineInterpolator as the underlying one-dimensional interpolator, which requires 5 sample points; insufficient data will raise an exception when the value method is called.
Since:
3.4