Package | Description |
---|---|
com.imsl.math |
Mathematical functions and algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
CsAkima
Extension of the Spline class to handle the Akima cubic spline.
|
class |
CsInterpolate
Extension of the Spline class to interpolate data points.
|
class |
CsPeriodic
Extension of the Spline class to interpolate data points with
periodic boundary conditions.
|
class |
CsShape
Extension of the Spline class to interpolate data points consistent
with the concavity of the data.
|
class |
CsSmooth
Extension of the Spline class to construct a smooth cubic spline
from noisy data points.
|
class |
CsSmoothC2
Extension of the Spline class used to construct a spline for noisy data
points using an alternate method.
|
class |
CsTCB
Extension of the Spline class to handle a tension-continuity-bias (TCB) cubic spline,
also known as a Kochanek-Bartels spline and is a generalization of the Catmull-Rom spline.
|
Modifier and Type | Method and Description |
---|---|
Spline |
BSpline.getSpline()
Returns a
Spline representation of the B-spline. |
Copyright © 2020 Rogue Wave Software. All rights reserved.