Interface DerivativeEstimationAlgorithm
-
- All Known Implementing Classes:
FirstOrderDerivativeEstimationAlgorithm,SecondOrderDerivativeEstimationAlgorithm
public interface DerivativeEstimationAlgorithm
-
-
Method Summary
All Methods Instance Methods Abstract 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)
-