Type Alias gemm_common::gemm::c32

source ·
pub type c32 = Complex32;

Aliased Type§

struct c32 {
    pub re: f32,
    pub im: f32,
}

Fields§

§re: f32

Real portion of the complex number

§im: f32

Imaginary portion of the complex number

Trait Implementations§

source§

impl Conj for c32

source§

fn conj(self) -> Self