Trait signal_processing::analysis::FWHM
source · pub trait FWHM<'a, T, X, const XX: bool>: Matrix<T>{
// Required method
fn fwhm(&'a self, x: X, at: FullWidthAt<T>) -> Self::RowsMapped<T>;
}
Required Methods§
fn fwhm(&'a self, x: X, at: FullWidthAt<T>) -> Self::RowsMapped<T>
Object Safety§
This trait is not object safe.