Trait signal_processing::Swift
source · pub trait Swift<T, X>: ComplexFloat<Real = T::Real>{
// Required method
fn swift(&mut self, x: X, omega: T::Real, tau: T::Real);
}
Required Methods§
Object Safety§
This trait is not object safe.