Package | Description |
---|---|
org.drip.sample.stretch | |
org.drip.spline.params | |
org.drip.spline.segment |
Modifier and Type | Method and Description |
---|---|
static SegmentCustomBuilderControl |
StretchEstimation.ExponentialTensionSegmentControlParams(double dblTension,
SegmentDesignInelasticControl sdic,
ResponseScalingShapeControl rssc) |
static SegmentCustomBuilderControl |
PenalizedCurvatureLengthFit.PolynomialSegmentControlParams(int iNumBasis,
SegmentDesignInelasticControl sdic,
ResponseScalingShapeControl rssc) |
static SegmentCustomBuilderControl |
PenalizedCurvatureFit.PolynomialSegmentControlParams(int iNumBasis,
SegmentDesignInelasticControl sdic,
ResponseScalingShapeControl rssc) |
Modifier and Type | Method and Description |
---|---|
static SegmentDesignInelasticControl |
SegmentDesignInelasticControl.Create(int iCk,
int iCurvaturePenaltyDerivativeOrder)
Create the Design Inelastic Parameters for the desired Ck Criterion and the Roughness Penalty Order
|
SegmentDesignInelasticControl |
SegmentCustomBuilderControl.inelasticParams()
Retrieve the Segment Inelastic Parameters
|
static SegmentDesignInelasticControl |
SegmentDesignInelasticControl.MakeC2DesignInelasticControl()
Create the C2 Design Inelastic Params
|
Constructor and Description |
---|
SegmentCustomBuilderControl(java.lang.String strBasisSpline,
FunctionSetBuilderParams fsbp,
SegmentDesignInelasticControl sdic,
ResponseScalingShapeControl rssc)
SegmentCustomBuilderControl constructor
|
Modifier and Type | Method and Description |
---|---|
SegmentDesignInelasticControl |
ConstitutiveState.designControl()
Retrieve the Segment Design Inelastic Control
|
Modifier and Type | Method and Description |
---|---|
static ConstitutiveState |
ConstitutiveState.Create(double dblLeftPredictorOrdinate,
double dblRightPredictorOrdinate,
BasisEvaluator be,
SegmentDesignInelasticControl sdic)
Build the ConstitutiveState instance from the Basis Evaluator Set
|
static ConstitutiveState |
ConstitutiveState.Create(double dblLeftPredictorOrdinate,
double dblRightPredictorOrdinate,
FunctionSet fs,
ResponseScalingShapeControl rssc,
SegmentDesignInelasticControl sdic)
Build the ConstitutiveState instance from the Basis Function/Shape Controller Set
|