org.apache.commons.math3.ode
Class ContinuousOutputModelTest
java.lang.Object
org.apache.commons.math3.ode.ContinuousOutputModelTest
public class ContinuousOutputModelTest
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContinuousOutputModelTest
public ContinuousOutputModelTest()
testBoundaries
public void testBoundaries()
throws DimensionMismatchException,
NumberIsTooSmallException,
MaxCountExceededException,
NoBracketingException
- Throws:
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException
testRandomAccess
public void testRandomAccess()
throws DimensionMismatchException,
NumberIsTooSmallException,
MaxCountExceededException,
NoBracketingException
- Throws:
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException
testModelsMerging
public void testModelsMerging()
throws MaxCountExceededException,
MathIllegalArgumentException
- Throws:
MaxCountExceededException
MathIllegalArgumentException
testErrorConditions
public void testErrorConditions()
throws MaxCountExceededException,
MathIllegalArgumentException
- Throws:
MaxCountExceededException
MathIllegalArgumentException
checkValue
public void checkValue(double value,
double reference)
setUp
public void setUp()
tearDown
public void tearDown()
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.