Class ExtrapolationErrorEstimator
- java.lang.Object
-
- org.intocps.maestro.interpreter.values.variablestep.extrapolationerror.ExtrapolationErrorEstimator
-
public class ExtrapolationErrorEstimator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExtrapolationErrorEstimator(java.lang.Integer predictionOrder)ExtrapolationErrorEstimator(ExtrapolationErrorEstimator eee)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.DoublegetEstimate()voidrollback()voidupdate(java.lang.Double[] xNew, java.lang.Double prevStepsize)
-
-
-
Constructor Detail
-
ExtrapolationErrorEstimator
public ExtrapolationErrorEstimator(java.lang.Integer predictionOrder)
-
ExtrapolationErrorEstimator
public ExtrapolationErrorEstimator(ExtrapolationErrorEstimator eee)
-
-