Returns the value of the B-spline.
Returns the value of the B-spline at a point.
public double Eval(double);
Returns the value of the B-spline at each point of an array.
public double[] Eval(double[]);
BSpline Class | Imsl.Math Namespace