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.
Given two sets of points and for which the corresponding univariate interpolation problem can be solved, the tensor-product interpolation problem finds the coefficients so that This problem can be solved efficiently by repeatedly solving univariate interpolation problems as described in de Boor (1978, p. 347).Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll)
Spline2D Members | Imsl.Math Namespace | Example