MKL_Complex16

Type Alias MKL_Complex16 

Source
pub type MKL_Complex16 = _MKL_Complex16;

Aliased Type§

#[repr(C)]
pub struct MKL_Complex16 { pub real: f64, pub imag: f64, }

Fields§

§real: f64§imag: f64