|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math3.analysis.integration.TrapezoidIntegratorTest
public final class TrapezoidIntegratorTest
Test case for trapezoid integrator.
Test runs show that for a default relative accuracy of 1E-6, it generally takes 10 to 15 iterations for the integral to converge.
| Constructor Summary | |
|---|---|
TrapezoidIntegratorTest()
|
|
| Method Summary | |
|---|---|
void |
testParameters()
Test of parameters for the integrator. |
void |
testQuinticFunction()
Test of integrator for the quintic function. |
void |
testSinFunction()
Test of integrator for the sine function. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TrapezoidIntegratorTest()
| Method Detail |
|---|
public void testSinFunction()
public void testQuinticFunction()
public void testParameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||