public class SemiImplicitExtrapolation extends Object implements ODESolver
| Constructor and Description |
|---|
SemiImplicitExtrapolation(double epsilon,
int maxIterations)
Create an instance of this algorithm with the given precision parameter and the maximum
number of iterations allowed.
|
| Modifier and Type | Method and Description |
|---|---|
ODESolution |
solve(ODE1stOrder ode)
Solves the given ODE problem.
|
ODESolution |
solve(ODE1stOrderWith2ndDerivative ode) |
public SemiImplicitExtrapolation(double epsilon,
int maxIterations)
epsilon - the relative precision requiredmaxIterations - the maximum number of iterationspublic ODESolution solve(ODE1stOrder ode)
ODESolverpublic ODESolution solve(ODE1stOrderWith2ndDerivative ode)
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.