MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ jounce() [1/2]

template<typename T >
T MayaFlux::Kinesis::jounce ( const Memory::HistoryBuffer< T > &  history,
double  dt 
)
inlinenoexcept

Fourth difference: rate of change of jerk.

Capacity >= 5.

Definition at line 174 of file Differential.hpp.

175{
176 return backward_difference<4>(history, dt);
177}

Referenced by jounce().

+ Here is the caller graph for this function: