public class BurlischStoerExtrapolation extends Object implements ODESolver
Constructor and Description |
---|
BurlischStoerExtrapolation(double epsilon,
int maxIterations)
Create an instance of the algorithm with the precision parameter and the maximum number of
iterations allowed.
|
Modifier and Type | Method and Description |
---|---|
ODESolution |
solve(ODE1stOrder ode)
Perform the extrapolation.
|
public BurlischStoerExtrapolation(double epsilon, int maxIterations)
epsilon
- the relative precision requiredmaxIterations
- the maximum number of iterationspublic ODESolution solve(ODE1stOrder ode)
UnsatisfiableErrorCriterionException
will be thrown.Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.