Evaluates the value and derivatives parallel to the axis of the grid cell of the bicubic interpolation evaluated at a given point.
Evaluates the value and derivatives parallel to the axis of the grid cell of the bicubic interpolation evaluated at a given point.
public double[] BicubicInterpolation(double[],double[],double[],double[],double,double,double,double,double,double);
Evaluates the value and derivatives parallel to the axis of the grid cell's axis of the bicubic interpolation evaluated at a given point.
public double[] BicubicInterpolation(double[][],double,double,double,double,double,double);
Interpolation Class | Interpolation Namespace