IMSL C# Numerical Library

Spline.Eval Method

Returns the value of the spline.

Overload List

Returns the value of the spline at a point.

public virtual double Eval(double);

Returns the value of the spline at each point of an array.

public virtual double[] Eval(double[]);

See Also

Spline Class | Imsl.Math Namespace