Package com.irurueta.numerical.roots
Class FalsePositionSingleRootEstimatorTest
java.lang.Object
com.irurueta.numerical.roots.FalsePositionSingleRootEstimatorTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate doubleprivate final SingleDimensionFunctionEvaluatorListenerprivate final SingleDimensionFunctionEvaluatorListenerstatic final doublestatic final doublestatic final doublestatic final doubleprivate doubleprivate doubleprivate doubleprivate final SingleDimensionFunctionEvaluatorListenerprivate final SingleDimensionFunctionEvaluatorListenerprivate final SingleDimensionFunctionEvaluatorListenerprivate 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:
LockedExceptionNotAvailableException
-
testSetBracketGetEvaluationPointsAndAvailability
@Test void testSetBracketGetEvaluationPointsAndAvailability() throws NotAvailableException, LockedException, InvalidBracketRangeException -
testGetSetTolerance
- Throws:
LockedException
-
testEstimate
@Test void testEstimate() throws LockedException, NotReadyException, InvalidBracketRangeException, RootEstimationException, NotAvailableException
-