public class LineBracketInterpolatorHermiteCubic extends AbstractLineBracketInterpolatorPolynomial<DifferentiableUnivariateScalarFunction>
DEFAULT_TOLERANCE
Constructor and Description |
---|
LineBracketInterpolatorHermiteCubic()
Creates a new instance of LineBracketInterpolatorHermiteCubic
|
Modifier and Type | Method and Description |
---|---|
PolynomialFunction.ClosedForm |
computePolynomial(LineBracket bracket,
DifferentiableUnivariateScalarFunction function)
Fits the interpolating polynomial to the given LineBracket
|
boolean |
hasSufficientPoints(LineBracket bracket)
Determines if the LineBracket contains a sufficient number/quality of
points to conduct the interpolation.
|
findMinimum
getTolerance, setTolerance
clone
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone
public LineBracketInterpolatorHermiteCubic()
public PolynomialFunction.ClosedForm computePolynomial(LineBracket bracket, DifferentiableUnivariateScalarFunction function)
AbstractLineBracketInterpolatorPolynomial
computePolynomial
in class AbstractLineBracketInterpolatorPolynomial<DifferentiableUnivariateScalarFunction>
bracket
- LineBracket to considerfunction
- Function to use to fill in missing informationpublic boolean hasSufficientPoints(LineBracket bracket)
LineBracketInterpolator
bracket
- LineBracket to consider