| Package | Description |
|---|---|
| com.banda.function.business.ode | |
| com.banda.function.domain |
| Modifier and Type | Method and Description |
|---|---|
static ODESolver |
ODESolverFactory.createInstance(FunctionEvaluator<Double,Double[]> diffEquationsEvaluator,
ODESolverType type,
double timeStep) |
static ODESolver |
ODESolverFactory.createInstance(FunctionEvaluator<Double,Double[]> diffEquationsEvaluator,
ODESolverType type,
double timeStep,
Double tolerance) |
| Modifier and Type | Method and Description |
|---|---|
static ODESolverType |
ODESolverType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ODESolverType[] |
ODESolverType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All Rights Reserved.