org.apache.commons.math3.ode.nonstiff
Class AdamsMoultonIntegratorTest
java.lang.Object
org.apache.commons.math3.ode.nonstiff.AdamsMoultonIntegratorTest
public class AdamsMoultonIntegratorTest
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdamsMoultonIntegratorTest
public AdamsMoultonIntegratorTest()
dimensionCheck
public void dimensionCheck()
throws DimensionMismatchException,
NumberIsTooSmallException,
MaxCountExceededException,
NoBracketingException
- Throws:
DimensionMismatchException
NumberIsTooSmallException
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.