Skip to main content

cufftDoubleComplex

Type Alias cufftDoubleComplex 

Source
pub type cufftDoubleComplex = cuDoubleComplex;
Expand description

A double-precision, floating-point complex data type that consists of interleaved real and imaginary components.

Aliased Type§

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

Fields§

§x: f64§y: f64