Package | Description |
---|---|
org.drip.math.grid | |
org.drip.math.spline |
Modifier and Type | Method and Description |
---|---|
BasisSetParams |
SegmentControlParams.getBasisSetParams()
Retrieve the Segment Basis Set Construction Parameters
|
Constructor and Description |
---|
SegmentControlParams(java.lang.String strBasisSpline,
BasisSetParams bsbp,
SegmentInelasticParams segParams,
AbstractUnivariate auShapeControl)
SpanParams constructor
|
Modifier and Type | Class and Description |
---|---|
class |
ExponentialTensionBasisSetParams
ExponentialTensionBasisSetParams implements per-segment parameters for the exponential tension basis set -
currently it only contains the tension parameter.
|
class |
KaklisPandelisBasisSetParams
KaklisPandelisBasisSetParams implements per-segment parameters for the Kaklis Pandelis basis set -
currently it only holds the polynomial tension degree.
|
class |
PolynomialBasisSetParams
PolynomialBasisSetParams implements per-segment basis set parameters for the polynomial basis spline -
currently it holds the number of basis functions.
|