Spline
represents and evaluates univariate piecewise polynomial splines.
For a list of all members of this type, see Spline Members.
System.Object
Imsl.Math.Spline
Derived types
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
A univariate piecewise polynomial (function) p(x) is specified by giving its breakpoint sequence breakPoint[]
= , the order k (degree k-1) of its polynomial pieces,and the matrix coef
=c of its local polynomial coefficients. In terms of this information, the piecewise polynomial (ppoly) function is given by
Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll)
Spline Members | Imsl.Math Namespace | Akima Example | Interpolate Example | Periodic Example | Shape Preserving Example | Smoothing Example 1 | Smoothing Example 2