Type Alias blas_array2::util::blas_traits::c64

source ·
pub type c64 = Complex<f64>;

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

Trait Implementations§

source§

impl BLASFloat for c64

§

type RealFloat = f64

§

type FFIFloat = [f64; 2]

source§

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

source§

fn is_complex() -> bool

source§

fn conj(x: Self) -> Self

source§

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