IMSL C# Numerical Library

Spline2D Members

Spline2D overview

Public Instance Methods

DerivativeOverloaded. 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 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 Returns the knot sequences in the x-direction.
GetYKnots Returns the knot sequences in the y-direction.
ToString (inherited from Object) Returns a String that represents the current Object.
ValueOverloaded. Returns the values of the tensor-product spline of an array of points.

Protected Instance Constructors

Spline2D Constructor Initializes a new instance of the Spline2D class.

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

Spline2D Class | Imsl.Math Namespace | Example