[][src]Trait light_curve_feature::periodogram::FloatSupportedByFft

pub trait FloatSupportedByFft: FftwFloat {
    fn fft(x: AlignedVec<Self>) -> AlignedVec<Complex<Self>>;
fn init_fft_plan(n: usize); }

Required methods

fn fft(x: AlignedVec<Self>) -> AlignedVec<Complex<Self>>

fn init_fft_plan(n: usize)

Loading content...

Implementations on Foreign Types

impl FloatSupportedByFft for f32[src]

impl FloatSupportedByFft for f64[src]

Loading content...

Implementors

Loading content...