Type Alias cuDoubleComplex

Source
pub type cuDoubleComplex = double2;

Aliased Type§

#[repr(C, align(16))]
pub struct cuDoubleComplex { pub x: f64, pub y: f64, }

Fields§

§x: f64§y: f64