Modifier and Type | Class and Description |
---|---|
class |
ODE1stOrderWith2ndDerivative
Some ODE solvers require the second derivative for more accurate Taylor series approximation.
|
Modifier and Type | Method and Description |
---|---|
Vector[] |
ODEIntegrator.integrate(ODE1stOrder ode,
double[] x)
This is the integration method that approximates the solution of a
first order ODE.
|
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.
|
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 |
---|---|
Vector[] |
RungeKuttaIntegrator.integrate(ODE1stOrder ode,
double[] x) |
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.