Returns the value of the derivative of the spline at each point of an array.
double
array of points at which the derivative is to be evaluated. int
specifying the derivative to be computed. If zero, the function value is returned. If one, the first derivative is returned, etc. A double
array containing the value of the derivative the spline at each point of the array x.
Spline Class | Imsl.Math Namespace | Spline.Derivative Overload List