IMSL C# Numerical Library

BSpline.Eval Method

Returns the value of the B-spline.

Overload List

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

See Also

BSpline Class | Imsl.Math Namespace