Package | Description |
---|---|
dev.nm.analysis.differentialequation.ode.ivp.solver.multistep.adamsbashforthmoulton |
Modifier and Type | Class and Description |
---|---|
class |
ABMPredictorCorrector1
The Adams-Bashforth predictor and the Adams-Moulton corrector of order 1.
|
class |
ABMPredictorCorrector2
The Adams-Bashforth predictor and the Adams-Moulton corrector of order 2.
|
class |
ABMPredictorCorrector3
The Adams-Bashforth predictor and the Adams-Moulton corrector of order 3.
|
class |
ABMPredictorCorrector4
The Adams-Bashforth predictor and the Adams-Moulton corrector of order 4.
|
class |
ABMPredictorCorrector5
The Adams-Bashforth predictor and the Adams-Moulton corrector of order 5.
|
Constructor and Description |
---|
AdamsBashforthMoulton(ABMPredictorCorrector predictorCorrector,
double stepSize)
Create a new instance of the Adams-Bashforth-Moulton method using the given
predictor-corrector pair.
|
AdamsBashforthMoulton(ABMPredictorCorrector predictorCorrector,
double stepSize,
ODEIntegrator integrator)
Create a new instance of the Adams-Bashforth-Moulton method using the given
predictor-corrector pair and the given ODE integrator.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.