IMSL C# Numerical Library

Spline2D.Value Method (Double[], Double[])

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

public virtual double[,] Value(
   double[] xVec,
   double[] yVec
);

Parameters

xVec
A double array specifying the x-coordinates at which the spline is to be evaluated.
yVec
A double array specifying the y-coordinates at which the spline is to be evaluated.

Return Value

An xVec.Length by yVec.Length double matrix containing the values evaluated.

See Also

Spline2D Class | Imsl.Math Namespace | Spline2D.Value Overload List