Package com.irurueta.numerical.roots
Class FalsePositionSingleRootEstimatorTest
java.lang.Object
com.irurueta.numerical.roots.FalsePositionSingleRootEstimatorTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate double
private final SingleDimensionFunctionEvaluatorListener
private final SingleDimensionFunctionEvaluatorListener
static final double
static final double
static final double
static final double
private double
private double
private double
private final SingleDimensionFunctionEvaluatorListener
private final SingleDimensionFunctionEvaluatorListener
private final SingleDimensionFunctionEvaluatorListener
private final SingleDimensionFunctionEvaluatorListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
-
Field Details
-
MIN_EVAL_POINT
public static final double MIN_EVAL_POINT- See Also:
-
MAX_EVAL_POINT
public static final double MAX_EVAL_POINT- See Also:
-
MIN_TOLERANCE
public static final double MIN_TOLERANCE- See Also:
-
MAX_TOLERANCE
public static final double MAX_TOLERANCE- See Also:
-
constant
private double constant -
root1
private double root1 -
root2
private double root2 -
root3
private double root3 -
constantPolynomial
-
firstDegreePolynomial
-
secondDegreePolynomial
-
secondDegreePolynomialWithTwoComplexConjugateRoots
private final SingleDimensionFunctionEvaluatorListener secondDegreePolynomialWithTwoComplexConjugateRoots -
thirdDegreePolynomial
-
thirdDegreePolynomialWithTripleRoot
-
-
Constructor Details
-
FalsePositionSingleRootEstimatorTest
FalsePositionSingleRootEstimatorTest()
-
-
Method Details
-
testConstructor
-
testGetSetListenerAvailabilityAndIsReady
- Throws:
LockedException
NotAvailableException
-
testSetBracketGetEvaluationPointsAndAvailability
@Test void testSetBracketGetEvaluationPointsAndAvailability() throws NotAvailableException, LockedException, InvalidBracketRangeException -
testGetSetTolerance
- Throws:
LockedException
-
testEstimate
@Test void testEstimate() throws LockedException, NotReadyException, InvalidBracketRangeException, RootEstimationException, NotAvailableException
-