Skip to main content

aoclsparse_double_complex

Type Alias aoclsparse_double_complex 

Source
pub type aoclsparse_double_complex = aoclsparse_double_complex_;

Aliased Type§

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

Fields§

§real: f64§imag: f64