Trait rustdct::Dct6And7[][src]

pub trait Dct6And7<T: DctNum>: Dct6<T> + Dct7<T> { }
Expand description

A trait for algorithms that can compute both DCT6 and DCT7, all in one struct

Implementors