Uses of Class
org.drip.spline.params.SegmentFlexurePenaltyControl
Package | Description |
---|---|
org.drip.spline.params |
Spline Segment Construction Control Parameters
|
org.drip.spline.segment |
Flexure Penalizing Best Fit Segment
|
-
Uses of SegmentFlexurePenaltyControl in org.drip.spline.params
Methods in org.drip.spline.params that return SegmentFlexurePenaltyControl Modifier and Type Method Description SegmentFlexurePenaltyControl
SegmentInelasticDesignControl. curvaturePenaltyControl()
Retrieve the Curvature Penalty ParametersSegmentFlexurePenaltyControl
SegmentInelasticDesignControl. lengthPenaltyControl()
Retrieve the Length Penalty ParametersConstructors in org.drip.spline.params with parameters of type SegmentFlexurePenaltyControl Constructor Description SegmentInelasticDesignControl(int k, SegmentFlexurePenaltyControl lengthSegmentFlexurePenaltyControl, SegmentFlexurePenaltyControl curvatureSegmentFlexurePenaltyControl)
Constructor for the Segment Inelastic Design Parameters given the desired Ck, the Segment Length and the Roughness Penalty Order -
Uses of SegmentFlexurePenaltyControl in org.drip.spline.segment
Constructors in org.drip.spline.segment with parameters of type SegmentFlexurePenaltyControl Constructor Description BestFitFlexurePenalizer(LatentStateInelastic latentStateInelastic, SegmentFlexurePenaltyControl curvatureSegmentFlexurePenaltyControl, SegmentFlexurePenaltyControl lengthSegmentFlexurePenaltyControl, SegmentBestFitResponse segmentBestFitResponse, BasisEvaluator basisEvaluator)
BestFitFlexurePenalizer constructor