numericalMethods.calculus.odeSolving
Interface OdeSolver
- All Known Implementing Classes:
- RungeKutta, Extrap, RungeKuttaFehlberg, BulirschStoer
- public interface OdeSolver
Method Summary |
int |
getNumOfEquations()
|
void |
odex(numericalMethods.function.DoubleArrayParametrized p,
numericalMethods.function.DoubleArrayValued f,
double[] Y,
double xEnd)
|
void |
setNumOfEquations(int numOfEquations)
|
getNumOfEquations
public int getNumOfEquations()
setNumOfEquations
public void setNumOfEquations(int numOfEquations)
odex
public void odex(numericalMethods.function.DoubleArrayParametrized p,
numericalMethods.function.DoubleArrayValued f,
double[] Y,
double xEnd)