Class SecondOrderDerivativeEstimationAlgorithm
- java.lang.Object
-
- org.intocps.maestro.interpreter.values.derivativeestimator.SecondOrderDerivativeEstimationAlgorithm
-
- All Implemented Interfaces:
IDerivativeEstimationAlgorithm
public class SecondOrderDerivativeEstimationAlgorithm extends java.lang.Object implements IDerivativeEstimationAlgorithm
-
-
Constructor Summary
Constructors Constructor Description SecondOrderDerivativeEstimationAlgorithm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Double[]update(java.lang.Double[] x, java.lang.Double[] xPrev, java.lang.Double[] xPrevPrev, java.lang.Double dt, java.lang.Double dtPrev)
-
-
-
Method Detail
-
update
public java.lang.Double[] update(java.lang.Double[] x, java.lang.Double[] xPrev, java.lang.Double[] xPrevPrev, java.lang.Double dt, java.lang.Double dtPrev)- Specified by:
updatein interfaceIDerivativeEstimationAlgorithm
-
-