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
pub fn dwt_simd<T: SignalType + 'static>(
signal: &Signal<T>,
wavelet: &dyn Wavelet,
boundary: BoundaryMode,
) -> Result<DWTResult<T>>Generic SIMD DWT dispatcher - delegates to type-specific implementations