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

◆ reverse() [2/2]

MAYAFLUX_API void MayaFlux::reverse ( std::vector< double > &  data)

Reverse time order of single-channel data (in-place)

Parameters
dataInput data (modified in-place)

Definition at line 614 of file Yantra.cpp.

615{
616 D::reverse(as_span(data));
617}

References MayaFlux::Kinesis::Discrete::reverse().

+ Here is the call graph for this function: