类 BracketingNthOrderBrentSolverTest
java.lang.Object
org.hipparchus.analysis.solvers.BaseSecantSolverAbstractTest
org.hipparchus.analysis.solvers.BracketingNthOrderBrentSolverTest
测试
bracketing nth order Brent
求解器的测试用例。
-
构造器概要
-
方法概要
修饰符和类型方法说明protected int[]
返回BaseSecantSolverAbstractTest.testQuinticZero()
单元测试的预期评估次数。protected UnivariateSolver
返回用于执行测试的求解器。void
void
void
void
void
void
void
void
void
从类继承的方法 org.hipparchus.analysis.solvers.BaseSecantSolverAbstractTest
checktype, testBadEndpoints, testCloseEndpoints, testQuinticZero, testRootEndpoints, testSinZero, testSolutionAboveSide, testSolutionBelowSide, testSolutionLeftSide, testSolutionRightSide
-
构造器详细资料
-
BracketingNthOrderBrentSolverTest
public BracketingNthOrderBrentSolverTest()
-
-
方法详细资料
-
getSolver
返回用于执行测试的求解器。- 指定者:
-
getSolver
在类中BaseSecantSolverAbstractTest
- 返回:
- 用于执行测试的求解器
-
getQuinticEvalCounts
protected int[] getQuinticEvalCounts()返回BaseSecantSolverAbstractTest.testQuinticZero()
单元测试的预期评估次数。值为-1
表示应跳过该求解器的测试。- 指定者:
-
getQuinticEvalCounts
在类中BaseSecantSolverAbstractTest
- 返回:
-
BaseSecantSolverAbstractTest.testQuinticZero()
单元测试的预期评估次数
-
testInsufficientOrder1
public void testInsufficientOrder1() -
testInsufficientOrder2
public void testInsufficientOrder2() -
testInsufficientOrder3
public void testInsufficientOrder3() -
testConstructorsOK
public void testConstructorsOK() -
testConvergenceOnFunctionAccuracy
public void testConvergenceOnFunctionAccuracy() -
testIssue716
public void testIssue716() -
testToleranceLessThanUlp
public void testToleranceLessThanUlp() -
testFasterThanNewton
public void testFasterThanNewton() -
testSolverStopIteratingOnceSolutionIsFound
public void testSolverStopIteratingOnceSolutionIsFound()
-