Trait signal_processing::Dwht
source · pub trait Dwht<T, O, OO, const OOO: bool>: Lists<T>{
// Required method
fn dwht(self, ordering: WhtOrdering) -> Self::RowsMapped<OO>;
}
Required Methods§
fn dwht(self, ordering: WhtOrdering) -> Self::RowsMapped<OO>
Object Safety§
This trait is not object safe.