Represents and evaluates tensor-product splines.
For a list of all members of this type, see Spline2D Members.
System.Object
Imsl.Math.Spline2D
Imsl.Math.Spline2DInterpolate
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
The simplest method of obtaining multivariate interpolation and approximation functions is to take univariate methods and form a multivariate method via tensor products. In the case of two-dimensional spline interpolation, the derivation proceeds as follows. Let be a knot sequence for splines of order
, and
be a knot sequence for splines of order
. Let
be the length of
, and
be the length of
. Then, the tensor-product spline has the following form.
Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll)
Spline2D Members | Imsl.Math Namespace | Example