Package | Description |
---|---|
org.drip.math.grid | |
org.drip.math.spline |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
Segment.calibrate(Segment segPrev,
double dblRightValue)
Calibrate the coefficients from the prior Segment and the right node value
|
WengertJacobian |
Segment.calibrateJacobian(Segment segmentPrev,
double dblRightValue)
Calibrate the base coefficients and their Jacobians
|
Modifier and Type | Class and Description |
---|---|
class |
SegmentCk
This concrete class extends segment, and implements the segment's Ck based spline functionality.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SegmentCk.calibrate(Segment segPrev,
double dblY1) |