| Package | Description |
|---|---|
| com.banda.function.business | |
| com.banda.function.business.ode | |
| com.banda.function.evaluator |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantFunctionEvaluator<IN,OUT> |
| 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 |
|---|---|
<IN,OUT> FunctionEvaluator<IN,OUT> |
FunctionEvaluatorFactory.createInstance(Function<IN,OUT> function) |
<IN,OUT> FunctionEvaluator<IN,OUT> |
FunctionEvaluatorFactory.createInstance(Function<IN,OUT> function,
Map<Integer,Integer> variableIndexConversionMap) |
Copyright © 2019. All Rights Reserved.