Documentation of 'org.apache.commons.math3.analysis.interpolation.BicubicInterpolator' Java class
BicubicInterpolator
org.apache.commons.math3.analysis.interpolation

Class BicubicInterpolator

  • All Implemented Interfaces:
    BivariateGridInterpolator


    public class BicubicInterpolator
    extends java.lang.Object
    implements BivariateGridInterpolator
    Generates a bicubic interpolating function.

    Caveat: Because the interpolation scheme requires that derivatives be specified at the sample points, those are approximated with finite differences (using the 2-points symmetric formulae). Since their values are undefined at the borders of the provided interpolation ranges, the interpolated values will be wrong at the edges of the patch. The interpolate method will return a function that overrides BicubicInterpolatingFunction.isValidPoint(double,double) to indicate points where the interpolation will be inaccurate.

    Since:
    3.4

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.