Function lapack_sys::sgghrd_[][src]

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