org.apache.commons.math3.ode.nonstiff
Class ThreeEighthesIntegratorTest
java.lang.Object
org.apache.commons.math3.ode.nonstiff.ThreeEighthesIntegratorTest
public class ThreeEighthesIntegratorTest
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreeEighthesIntegratorTest
public ThreeEighthesIntegratorTest()
testDimensionCheck
public void testDimensionCheck()
throws DimensionMismatchException,
NumberIsTooSmallException,
MaxCountExceededException,
NoBracketingException
- Throws:
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException
testDecreasingSteps
public void testDecreasingSteps()
throws DimensionMismatchException,
NumberIsTooSmallException,
MaxCountExceededException,
NoBracketingException
- Throws:
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException
testSmallStep
public void testSmallStep()
throws DimensionMismatchException,
NumberIsTooSmallException,
MaxCountExceededException,
NoBracketingException
- Throws:
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException
testBigStep
public void testBigStep()
throws DimensionMismatchException,
NumberIsTooSmallException,
MaxCountExceededException,
NoBracketingException
- Throws:
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException
testBackward
public void testBackward()
throws DimensionMismatchException,
NumberIsTooSmallException,
MaxCountExceededException,
NoBracketingException
- Throws:
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException
testKepler
public void testKepler()
throws DimensionMismatchException,
NumberIsTooSmallException,
MaxCountExceededException,
NoBracketingException
- Throws:
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException
testStepSize
public void testStepSize()
throws DimensionMismatchException,
NumberIsTooSmallException,
MaxCountExceededException,
NoBracketingException
- Throws:
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.