org.apache.commons.math3.ode
Class JacobianMatricesTest
java.lang.Object
org.apache.commons.math3.ode.JacobianMatricesTest
public class JacobianMatricesTest
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JacobianMatricesTest
public JacobianMatricesTest()
testLowAccuracyExternalDifferentiation
public void testLowAccuracyExternalDifferentiation()
throws NumberIsTooSmallException,
DimensionMismatchException,
MaxCountExceededException,
NoBracketingException
- Throws:
NumberIsTooSmallException
DimensionMismatchException
MaxCountExceededException
NoBracketingException
testHighAccuracyExternalDifferentiation
public void testHighAccuracyExternalDifferentiation()
throws NumberIsTooSmallException,
DimensionMismatchException,
MaxCountExceededException,
NoBracketingException,
UnknownParameterException
- Throws:
NumberIsTooSmallException
DimensionMismatchException
MaxCountExceededException
NoBracketingException
UnknownParameterException
testInternalDifferentiation
public void testInternalDifferentiation()
throws NumberIsTooSmallException,
DimensionMismatchException,
MaxCountExceededException,
NoBracketingException,
UnknownParameterException,
JacobianMatrices.MismatchedEquations
- Throws:
NumberIsTooSmallException
DimensionMismatchException
MaxCountExceededException
NoBracketingException
UnknownParameterException
JacobianMatrices.MismatchedEquations
testAnalyticalDifferentiation
public void testAnalyticalDifferentiation()
throws MaxCountExceededException,
DimensionMismatchException,
NumberIsTooSmallException,
NoBracketingException,
UnknownParameterException,
JacobianMatrices.MismatchedEquations
- Throws:
MaxCountExceededException
DimensionMismatchException
NumberIsTooSmallException
NoBracketingException
UnknownParameterException
JacobianMatrices.MismatchedEquations
testFinalResult
public void testFinalResult()
throws MaxCountExceededException,
DimensionMismatchException,
NumberIsTooSmallException,
NoBracketingException,
UnknownParameterException,
JacobianMatrices.MismatchedEquations
- Throws:
MaxCountExceededException
DimensionMismatchException
NumberIsTooSmallException
NoBracketingException
UnknownParameterException
JacobianMatrices.MismatchedEquations
testParameterizable
public void testParameterizable()
throws MaxCountExceededException,
DimensionMismatchException,
NumberIsTooSmallException,
NoBracketingException,
UnknownParameterException,
JacobianMatrices.MismatchedEquations
- Throws:
MaxCountExceededException
DimensionMismatchException
NumberIsTooSmallException
NoBracketingException
UnknownParameterException
JacobianMatrices.MismatchedEquations
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.