IMSL C# Numerical Library

BSpline.Derivative Method

Returns the value of the derivative.

Overload List

Returns the value of the first derivative of the B-spline at a point.

public double Derivative(double);

Returns the value of the derivative of the B-spline at a point.

public double Derivative(double,int);

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

public double[] Derivative(double[],int);

See Also

BSpline Class | Imsl.Math Namespace