Returns the value of the spline.
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[]);
Spline Class | Imsl.Math Namespace