Package | Description |
---|---|
dev.nm.analysis.differentialequation.ode.ivp.solver.multistep.adamsbashforthmoulton | |
dev.nm.analysis.differentialequation.ode.ivp.solver.rungekutta |
Constructor and Description |
---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
RungeKuttaIntegrator
This integrator works with a single-step stepper which estimates the solution for the next step
given the solution of the current step.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.