dwt_simd

Function dwt_simd 

Source
pub fn dwt_simd<T: SignalType + 'static>(
    signal: &Signal<T>,
    wavelet: &dyn Wavelet,
    boundary: BoundaryMode,
) -> Result<DWTResult<T>>
Expand description

Generic SIMD DWT dispatcher - delegates to type-specific implementations