Returns the values of the partial derivative of the tensor-product spline of an array of points.
double
array specifying the x-coordinates at which the spline is to be evaluated. double
array specifying the y-coordinates at which the spline is to be evaluated. int
scalar specifying the x-partial derivative. int
scalar specifying the y-partial derivative. An xVec.Length
by yVec.Length
double
matrix containing the values of the partial derivatives
xPartial
and j = yPartial
, at each (x, y).
Spline2D Class | Imsl.Math Namespace | Spline2D.Derivative Overload List