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