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

◆ forward_difference() [2/2]

template<size_t N, typename T >
T MayaFlux::Kinesis::forward_difference ( std::span< const T >  samples,
double  dt 
)
inlinenoexcept

Convenience overload of forward_difference<N> over a raw span.

Definition at line 595 of file Differential.hpp.

596{
597 return forward_difference<N>(to_history(samples), dt);
598}
Memory::HistoryBuffer< T > to_history(std::span< const T > samples) noexcept
Build a HistoryBuffer<T> from a newest-first span.

References to_history().

+ Here is the call graph for this function: