IMSL C# Numerical Library

Spline2D.Derivative Method

Returns the value of the partial derivative of the tensor-product spline at the point (x, y).

Overload List

Returns the value of the partial derivative of the tensor-product spline at the point (x, y).

public virtual double Derivative(double,double,int,int);

Returns the values of the partial derivative of the tensor-product spline of an array of points.

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

See Also

Spline2D Class | Imsl.Math Namespace