Type Alias __CLPK_complex

Source
pub type __CLPK_complex = Complex32;

Aliased Type§

struct __CLPK_complex {
    pub re: f32,
    pub im: f32,
}

Fields§

§re: f32

Real portion of the complex number

§im: f32

Imaginary portion of the complex number