Trait rustdct::Dst6And7

source ·
pub trait Dst6And7<T: DctNum>: Dst6<T> + Dst7<T> { }
Expand description

A trait for algorithms that can compute both DST6 and DST7, all in one struct

Implementors