c32

Type Alias c32 

Source
pub type c32 = c32;
Expand description

Complex<f32>

Aliased Type§

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

Fields§

§re: f32

Real portion of the complex number

§im: f32

Imaginary portion of the complex number

Trait Implementations§

Source§

impl FromNpy for c32

Source§

const DTYPE: NpyDType = NpyDType::C32

data type of the buffer data