org.apache.commons.math.ode
Class TestProblemFactory

java.lang.Object
  extended by org.apache.commons.math.ode.TestProblemFactory

public class TestProblemFactory
extends Object

This class is used in the junit tests for the ODE integrators.


Method Summary
static TestProblemAbstract[] getProblems()
          Get the problems.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProblems

public static TestProblemAbstract[] getProblems()
Get the problems.

Returns:
array of problems to solve


Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.