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

◆ backward_difference() [2/2]

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

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

Definition at line 588 of file Differential.hpp.

589{
590 return backward_difference<N>(to_history(samples), dt);
591}
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: