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 |
---|---|
ResponseScalingShapeControl |
SegmentCustomBuilderControl.shapeController()
Retrieve the Segment Shape Controller
|
Constructor and Description |
---|
SegmentCustomBuilderControl(java.lang.String strBasisSpline,
FunctionSetBuilderParams fsbp,
SegmentDesignInelasticControl sdic,
ResponseScalingShapeControl rssc)
SegmentCustomBuilderControl constructor
|
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
SegmentBasisEvaluator(FunctionSet fs,
ResponseScalingShapeControl rssc)
SegmentBasisEvaluator constructor
|