c64

Type Alias c64 

Source
pub type c64 = c64;
Expand description

Complex<f64>

Aliased Type§

#[repr(C)]
pub struct c64 { pub re: f64, pub im: f64, }

Fields§

§re: f64

Real portion of the complex number

§im: f64

Imaginary portion of the complex number

Trait Implementations§

Source§

impl FromNpy for c64

Source§

const DTYPE: NpyDType = NpyDType::C64

data type of the buffer data