public class ABMPredictorCorrector3 extends Object implements ABMPredictorCorrector
Constructor and Description |
---|
ABMPredictorCorrector3() |
Modifier and Type | Method and Description |
---|---|
Vector |
correct(DerivativeFunction dy,
double h,
double[] x,
Vector[] y) |
int |
order()
Get the order of this predictor-corrector pair.
|
Vector |
predict(DerivativeFunction dy,
double h,
double[] x,
Vector[] y) |
public int order()
ABMPredictorCorrector
order
in interface ABMPredictorCorrector
public Vector predict(DerivativeFunction dy, double h, double[] x, Vector[] y)
predict
in interface ABMPredictorCorrector
public Vector correct(DerivativeFunction dy, double h, double[] x, Vector[] y)
correct
in interface ABMPredictorCorrector
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.