Trait signal_processing::decompositions::Residue
source · pub trait Residue: System {
type Output: System<Set: ComplexFloat<Real = <Self::Set as ComplexFloat>::Real>>;
// Required method
fn residue<TOL>(self, tol: TOL) -> Self::Output
where TOL: Maybe<<Self::Set as ComplexFloat>::Real>;
}
Required Associated Types§
type Output: System<Set: ComplexFloat<Real = <Self::Set as ComplexFloat>::Real>>
Required Methods§
Object Safety§
This trait is not object safe.