Exponential Splines.
References: ----------- (1) D.G. Schweikert, "An Interpolation Curve using a Spline in Tension" J. Math. Physics, 45, pp 312-317 (1966). (2) Dr.rer.nat. Helmuth Spaeth, "Spline-Algorithmen zur Konstruktion glatter Kurven und Flaechen", 3. Auflage, R. Oldenburg Verlag, Muenchen, Wien, 1983. (3) A. K. Cline, Commun. of the ACM, 17, 4, pp 218-223 (Apr 1974). (4) This algorithm is also implemented in the Unix spline tool by James R. Van Zandt (jrv@mitre-bedford), 1985.
Constructor | Description |
Full Usage:
ExponentialSpline()
|
|
Instance member | Description |
Full Usage:
this.BoundaryCondition
|
|
Full Usage:
this.GetBoundaryConditions
Parameters:
byref<float>
b2 : byref<float>
Returns: BoundaryConditions
|
|
Full Usage:
this.GetXOfU
Parameters:
float
Returns: float
Modifiers: abstract |
|
Full Usage:
this.GetYOfU
Parameters:
float
Returns: float
Modifiers: abstract |
|
Full Usage:
this.GetYOfX
Parameters:
float
Returns: float
Modifiers: abstract |
|
Full Usage:
this.Interpolate
Parameters:
IReadOnlyList<float>
y : IReadOnlyList<float>
Modifiers: abstract |
|
|
|
Full Usage:
this.Smoothing
|
|