EvaluatorType - Type of Evaluator that this interpolator can usepublic abstract class AbstractLineBracketInterpolator<EvaluatorType extends Evaluator<java.lang.Double,java.lang.Double>> extends AbstractCloneableSerializable implements LineBracketInterpolator<EvaluatorType>
| Modifier and Type | Field and Description |
|---|---|
static double |
DEFAULT_TOLERANCE
Default collinearity or identity tolerance, 1.0E-6
|
| Constructor and Description |
|---|
AbstractLineBracketInterpolator()
Default constructor
|
AbstractLineBracketInterpolator(double tolerance)
Creates a new instance of AbstractLineBracketInterpolator
|
| Modifier and Type | Method and Description |
|---|---|
double |
getTolerance()
Gets the tolerance of the interpolator to collinear or identical points,
typically 1e-6, must be greater than 0.0.
|
void |
setTolerance(double tolerance)
Setter for tolerance
|
cloneequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindMinimum, hasSufficientPointsclonepublic static final double DEFAULT_TOLERANCE
public AbstractLineBracketInterpolator()
public AbstractLineBracketInterpolator(double tolerance)
tolerance - Tolerance of the interpolator to collinear or identical pointspublic double getTolerance()
LineBracketInterpolatorgetTolerance in interface LineBracketInterpolator<EvaluatorType extends Evaluator<java.lang.Double,java.lang.Double>>public void setTolerance(double tolerance)
tolerance - Tolerance of the interpolator to collinear or identical points