tfhe_fft

Type Alias c64

Source
pub type c64 = Complex64;
Expand description

64-bit complex floating point type.

Aliased Type§

struct c64 {
    pub re: f64,
    pub im: f64,
}

Fields§

§re: f64

Real portion of the complex number

§im: f64

Imaginary portion of the complex number