lapack_sys

Type Alias c_float_complex

Source
pub type c_float_complex = __BindgenComplex<f32>;
Expand description

A complex number with 32-bit parts.

Aliased Type§

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

Fields§

§re: f32§im: f32