Package | Description |
---|---|
org.drip.spline.params | |
org.drip.spline.segment |
Modifier and Type | Method and Description |
---|---|
SegmentBasisFlexureConstraint |
SegmentResponseValueConstraint.responseIndexedBasisConstraint(BasisEvaluator lbe,
LatentStateInelastic ics)
Convert the Segment Constraint onto Local Predictor Ordinates, the corresponding Response Basis
Function, and the Shape Controller Realizations
|
SegmentBestFitResponse |
StretchBestFitResponse.sizeToSegment(LatentStateInelastic ics)
Generate the Segment Local Best Fit Weighted Response contained within the specified Segment
|
Modifier and Type | Class and Description |
---|---|
class |
LatentStateResponseModel
LatentStateResponseModel implements the single segment basis calibration and inference functionality.
|
Modifier and Type | Method and Description |
---|---|
int |
LatentStateInelastic.compareTo(LatentStateInelastic ieOther) |
boolean |
SegmentBasisEvaluator.setContainingInelastics(LatentStateInelastic ics) |
boolean |
BasisEvaluator.setContainingInelastics(LatentStateInelastic ics)
Set the Inelastics that provides the enveloping Context the Basis Evaluation
|
Constructor and Description |
---|
BestFitFlexurePenalizer(LatentStateInelastic ics,
SegmentFlexurePenaltyControl sfpcCurvature,
SegmentFlexurePenaltyControl sfpcLength,
SegmentBestFitResponse sbfr,
BasisEvaluator lbe)
BestFitFlexurePenalizer constructor
|