public class LineBracketInterpolatorHermiteParabola extends AbstractLineBracketInterpolatorPolynomial<DifferentiableUnivariateScalarFunction>
DEFAULT_TOLERANCE
Constructor and Description |
---|
LineBracketInterpolatorHermiteParabola()
Creates a new instance of LineBracketInterpolatorHermiteParabola
|
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 LineBracketInterpolatorHermiteParabola()
public boolean hasSufficientPoints(LineBracket bracket)
LineBracketInterpolator
bracket
- LineBracket to considerpublic PolynomialFunction.ClosedForm computePolynomial(LineBracket bracket, DifferentiableUnivariateScalarFunction function)
AbstractLineBracketInterpolatorPolynomial
computePolynomial
in class AbstractLineBracketInterpolatorPolynomial<DifferentiableUnivariateScalarFunction>
bracket
- LineBracket to considerfunction
- Function to use to fill in missing information