Trait signal_processing::IsLinPhase
source · pub trait IsLinPhase<'a>: System {
type Output: ListOrSingle<bool>;
// Required method
fn is_linphase<TOL>(&'a self, tol: TOL, generalized: bool) -> Self::Output
where TOL: Maybe<<Self::Domain as ComplexFloat>::Real>;
}
Required Associated Types§
type Output: ListOrSingle<bool>
Required Methods§
fn is_linphase<TOL>(&'a self, tol: TOL, generalized: bool) -> Self::Output
Object Safety§
This trait is not object safe.