Constructs a cubic spline that interpolates the given data points.
Constructs a cubic spline that interpolates the given data points.
public CsInterpolate(double[],double[]);
Constructs a cubic spline that interpolates the given data points with specified derivative endpoint conditions.
public CsInterpolate(double[],double[],Condition,double,Condition,double);
CsInterpolate Class | Imsl.Math Namespace