Returns the value of the derivative.
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);
BSpline Class | Imsl.Math Namespace