IMSL C# Numerical Library

CsInterpolate Constructor

Constructs a cubic spline that interpolates the given data points.

Overload List

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);

See Also

CsInterpolate Class | Imsl.Math Namespace