Function lapack_sys::cgghrd_[][src]

pub unsafe extern "C" fn cgghrd_(
    compq: *const c_char,
    compz: *const c_char,
    n: *const c_int,
    ilo: *const c_int,
    ihi: *const c_int,
    A: *mut __BindgenComplex<f32>,
    lda: *const c_int,
    B: *mut __BindgenComplex<f32>,
    ldb: *const c_int,
    Q: *mut __BindgenComplex<f32>,
    ldq: *const c_int,
    Z: *mut __BindgenComplex<f32>,
    ldz: *const c_int,
    info: *mut c_int
)