Type Alias numpy::npyffi::types::npy_complex128

source ·
pub type npy_complex128 = npy_cdouble;

Aliased Type§

struct npy_complex128 {
    pub real: f64,
    pub imag: f64,
}

Fields§

§real: f64§imag: f64