IMSL C# Numerical Library

Spline2DInterpolate Members

Spline2DInterpolate overview

Public Instance Constructors

Spline2DInterpolate Overloaded. Initializes a new instance of the Spline2DInterpolate class.

Public Instance Methods

Derivative (inherited from Spline2D)Overloaded. Returns the values of the partial derivative of the tensor-product spline of an array of points.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetCoefficients (inherited from Spline2D) Returns the coefficients for the tensor-product spline.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
GetXKnots (inherited from Spline2D) Returns the knot sequences in the x-direction.
GetYKnots (inherited from Spline2D) Returns the knot sequences in the y-direction.
ToString (inherited from Object) Returns a String that represents the current Object.
Value (inherited from Spline2D)Overloaded. Returns the values of the tensor-product spline of an array of points.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

Spline2DInterpolate Class | Imsl.Math Namespace | Example 1 | Example 2 | Example 3