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