Type Alias blas_array2::util::blas_traits::c32

source ·
pub type c32 = Complex<f32>;

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 BLASFloat for c32

§

type RealFloat = f32

§

type FFIFloat = [f32; 2]

source§

const EPSILON: Self::RealFloat = {transmute(0x34000000): <num_complex::Complex<f32> as util::blas_traits::BLASFloat>::RealFloat}

source§

fn is_complex() -> bool

source§

fn conj(x: Self) -> Self

source§

fn abs(x: Self) -> Self::RealFloat