Type Alias rcublas_sys::cuDoubleComplex

source ·
pub type cuDoubleComplex = double2;

Aliased Type§

struct cuDoubleComplex {
    pub x: f64,
    pub y: f64,
}

Fields§

§x: f64§y: f64