IMSL C# Numerical Library

Spline.Eval Method (Double[])

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

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

Parameters

x
A double array of points at which the spline is to be evaluated.

Return Value

A double array containing the value of the spline at each point of the array x.

See Also

Spline Class | Imsl.Math Namespace | Spline.Eval Overload List