IMSL C# Numerical Library

BSpline.Eval Method (Double[])

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

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

Parameters

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

Return Value

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

See Also

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