Class ScalarDerivativeEstimator
- java.lang.Object
-
- org.intocps.maestro.interpreter.values.derivativeestimator.ScalarDerivativeEstimator
-
public class ScalarDerivativeEstimator extends Object
-
-
Constructor Summary
Constructors Constructor Description ScalarDerivativeEstimator(Integer order)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadvance(Double[] xNew, Double dtNew)DoublegetDerivative(Integer order)DoublegetFirstDerivative()IntegergetOrder()DoublegetSecondDerivative()voidrollback()
-