Package | Description |
---|---|
org.drip.spline.params | |
org.drip.spline.segment |
Modifier and Type | Method and Description |
---|---|
SegmentBasisFlexureConstraint[] |
SegmentStateCalibration.flexureConstraint()
Retrieve the Array of Segment Basis Flexure Constraints
|
SegmentBasisFlexureConstraint |
SegmentResponseValueConstraint.responseIndexedBasisConstraint(BasisEvaluator lbe,
InelasticConstitutiveState ics)
Convert the Segment Constraint onto Local Predictor Ordinates, the corresponding Response Basis
Function, and the Shape Controller Realizations
|
Constructor and Description |
---|
SegmentStateCalibration(double[] adblPredictorOrdinate,
double[] adblResponseValue,
double[] adblLeftEdgeDeriv,
double[] adblRightEdgeDeriv,
SegmentBasisFlexureConstraint[] aSBFC,
SegmentBestFitResponse sbfr)
SegmentStateCalibration Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
ConstitutiveState.calibrateQuoteJacobian(SegmentStateCalibration sscQuoteSensitivity,
SegmentBasisFlexureConstraint[] aSBFCState)
Sensitivity Calibrator: Calibrate the Segment Quote Jacobian from the Calibration Parameter Set
|
WengertJacobian |
ConstitutiveState.jackDCoeffDEdgeParams(double[] adblPredictorOrdinate,
double[] adblResponseValue,
double[] adblLeftEdgeDeriv,
double[] adblRightEdgeDeriv,
SegmentBasisFlexureConstraint[] aSIBC,
SegmentBestFitResponse sbfr)
Calibrate the segment and calculate the Jacobian of the Segment's Response Basis Function Coefficients
to the Edge Parameters
|