Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SecondOrderDerivativeEstimationAlgorithm

        public SecondOrderDerivativeEstimationAlgorithm()
    • 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:
        update in interface IDerivativeEstimationAlgorithm