fftwf_complex

Type Alias fftwf_complex 

Source
pub type fftwf_complex = Complex<f32>;
Expand description

Alias for a Complex<f32>

Aliased Type§

#[repr(C)]
pub struct fftwf_complex { pub re: f32, pub im: f32, }

Fields§

§re: f32

Real portion of the complex number

§im: f32

Imaginary portion of the complex number