Package | Description |
---|---|
org.drip.math.grid | |
org.drip.math.sample | |
org.drip.math.spline |
Modifier and Type | Method and Description |
---|---|
SegmentInelasticParams |
SegmentControlParams.getSegmentInelasticParams()
Retrieve the Segment Inelastic Parameters
|
Constructor and Description |
---|
SegmentControlParams(java.lang.String strBasisSpline,
BasisSetParams bsbp,
SegmentInelasticParams segParams,
AbstractUnivariate auShapeControl)
SpanParams constructor
|
Modifier and Type | Method and Description |
---|---|
static SegmentControlParams |
SpanInterpolator.BernsteinPolynomialSegmentControlParams(int iNumBasis,
SegmentInelasticParams segParams,
AbstractUnivariate rsc)
Build Bernstein Polynomial Segment Control Parameters
|
static SegmentControlParams |
SpanInterpolator.ExponentialTensionSegmentControlParams(double dblTension,
SegmentInelasticParams segParams,
AbstractUnivariate rsc)
Build Exponential Tension Segment Control Parameters
|
static SegmentControlParams |
SpanInterpolator.HyperbolicTensionSegmentControlParams(double dblTension,
SegmentInelasticParams segParams,
AbstractUnivariate rsc)
Build Hyperbolic Tension Segment Control Parameters
|
static SegmentControlParams |
SpanInterpolator.KaklisPandelisSegmentControlParams(int iKPTensionDegree,
SegmentInelasticParams segParams,
AbstractUnivariate rsc)
Build Kaklis-Pandelis Segment Control Parameters
|
static SegmentControlParams |
SpanInterpolator.PolynomialSegmentControlParams(int iNumBasis,
SegmentInelasticParams segParams,
AbstractUnivariate rsc)
Build Polynomial Segment Control Parameters
|
Modifier and Type | Method and Description |
---|---|
static SegmentInelasticParams |
SegmentInelasticParams.MakeC2SegmentElasticParams(SegmentConstraint lc)
Create the C2 Segment Elastic Parameters
|
Modifier and Type | Method and Description |
---|---|
static SegmentCk |
SegmentBasisSetBuilder.CreateCk(double dblX0,
double dblX1,
AbstractUnivariate[] aAUBasis,
AbstractUnivariate auShapeControl,
SegmentInelasticParams segParams)
Build the Ck instance from the Basis Set
|