Modifier and Type | Method and Description |
---|---|
static DerivativeFunction |
ODE1stOrder.convertToDerivativeFunction(RealVectorFunction F,
int dimension)
Converts the given vector function to a first order derivative function.
|
DerivativeFunction |
ODE1stOrderWith2ndDerivative.ddy()
Gets y'' = F(x,y).
|
DerivativeFunction |
ODE1stOrder.dy()
Gets the first order derivative function.
|
Constructor and Description |
---|
ODE1stOrder(DerivativeFunction dy,
Vector y0,
double x0,
double x1)
Constructs a first order ODE with the given vector-valued function and its initial values.
|
ODE1stOrderWith2ndDerivative(DerivativeFunction dy,
DerivativeFunction ddy,
Vector y0,
double x0,
double x1)
Constructs a first order ODE with initial values.
|
Modifier and Type | Method and Description |
---|---|
Vector |
ABMPredictorCorrector5.correct(DerivativeFunction dy,
double h,
double[] x,
Vector[] y) |
Vector |
ABMPredictorCorrector2.correct(DerivativeFunction dy,
double h,
double[] x,
Vector[] y) |
Vector |
ABMPredictorCorrector3.correct(DerivativeFunction dy,
double h,
double[] x,
Vector[] y) |
Vector |
ABMPredictorCorrector1.correct(DerivativeFunction dy,
double h,
double[] x,
Vector[] y) |
Vector |
ABMPredictorCorrector.correct(DerivativeFunction dy,
double h,
double[] x,
Vector[] y) |
Vector |
ABMPredictorCorrector4.correct(DerivativeFunction dy,
double h,
double[] x,
Vector[] y) |
Vector |
ABMPredictorCorrector5.predict(DerivativeFunction dy,
double h,
double[] x,
Vector[] y) |
Vector |
ABMPredictorCorrector2.predict(DerivativeFunction dy,
double h,
double[] x,
Vector[] y) |
Vector |
ABMPredictorCorrector3.predict(DerivativeFunction dy,
double h,
double[] x,
Vector[] y) |
Vector |
ABMPredictorCorrector1.predict(DerivativeFunction dy,
double h,
double[] x,
Vector[] y) |
Vector |
ABMPredictorCorrector.predict(DerivativeFunction dy,
double h,
double[] x,
Vector[] y) |
Vector |
ABMPredictorCorrector4.predict(DerivativeFunction dy,
double h,
double[] x,
Vector[] y) |
Modifier and Type | Method and Description |
---|---|
Vector |
RungeKutta3.step(DerivativeFunction dy,
Vector y0,
double x0,
double x1,
double h) |
Vector |
RungeKutta5.step(DerivativeFunction dy,
Vector y0,
double x0,
double x1,
double h) |
Vector |
RungeKutta2.step(DerivativeFunction dy,
Vector y0,
double x0,
double x1,
double h) |
Vector |
RungeKutta6.step(DerivativeFunction dy,
Vector y0,
double x0,
double x1,
double h) |
Vector |
RungeKutta1.step(DerivativeFunction dy,
Vector y0,
double x0,
double x1,
double h) |
Vector |
RungeKutta4.step(DerivativeFunction dy,
Vector y0,
double x0,
double x1,
double h) |
Vector |
RungeKutta8.step(DerivativeFunction dy,
Vector y0,
double x0,
double x1,
double h) |
Vector |
RungeKutta7.step(DerivativeFunction dy,
Vector y0,
double x0,
double x1,
double h) |
Vector |
RungeKuttaStepper.step(DerivativeFunction dy,
Vector y0,
double x0,
double x1,
double h) |
Vector |
RungeKutta10.step(DerivativeFunction dy,
Vector y0,
double x0,
double x1,
double h) |
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.