MKL_Complex8

Type Alias MKL_Complex8 

Source
pub type MKL_Complex8 = _MKL_Complex8;

Aliased Type§

#[repr(C)]
pub struct MKL_Complex8 { pub real: f32, pub imag: f32, }

Fields§

§real: f32§imag: f32