org.apache.commons.math3.ode.nonstiff
Class AdamsBashforthIntegratorTest
java.lang.Object
org.apache.commons.math3.ode.nonstiff.AdamsBashforthIntegratorTest
public class AdamsBashforthIntegratorTest
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdamsBashforthIntegratorTest
public AdamsBashforthIntegratorTest()
dimensionCheck
public void dimensionCheck()
throws NumberIsTooSmallException,
DimensionMismatchException,
MaxCountExceededException,
NoBracketingException
- Throws:
NumberIsTooSmallException
DimensionMismatchException
MaxCountExceededException
NoBracketingException
testMinStep
public void testMinStep()
throws DimensionMismatchException,
NumberIsTooSmallException,
MaxCountExceededException,
NoBracketingException
- Throws:
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException
testIncreasingTolerance
public void testIncreasingTolerance()
throws DimensionMismatchException,
NumberIsTooSmallException,
MaxCountExceededException,
NoBracketingException
- Throws:
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException
exceedMaxEvaluations
public void exceedMaxEvaluations()
throws DimensionMismatchException,
NumberIsTooSmallException,
MaxCountExceededException,
NoBracketingException
- Throws:
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException
backward
public void backward()
throws DimensionMismatchException,
NumberIsTooSmallException,
MaxCountExceededException,
NoBracketingException
- Throws:
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException
polynomial
public void polynomial()
throws DimensionMismatchException,
NumberIsTooSmallException,
MaxCountExceededException,
NoBracketingException
- Throws:
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.