Modifier and Type | Method and Description |
---|---|
ODESolution |
ODESolver.solve(ODE1stOrder ode)
Solves the given ODE problem.
|
Modifier and Type | Method and Description |
---|---|
ODESolution |
SemiImplicitExtrapolation.solve(ODE1stOrder ode) |
ODESolution |
BurlischStoerExtrapolation.solve(ODE1stOrder ode)
Perform the extrapolation.
|
ODESolution |
SemiImplicitExtrapolation.solve(ODE1stOrderWith2ndDerivative ode) |
Modifier and Type | Method and Description |
---|---|
ODESolution |
AdamsBashforthMoulton.solve(ODE1stOrder ode)
Solve an ODE using the Adams-Bashforth-Moulton method.
|
Modifier and Type | Method and Description |
---|---|
ODESolution |
RungeKuttaFehlberg.solve(ODE1stOrder ode)
Solve the given ODE using Runge-Kutta-Fehlberg method.
|
ODESolution |
RungeKutta.solve(ODE1stOrder ode)
Solves a first order ODE.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.