Function lapack_sys::shgeqz_[][src]

pub unsafe extern "C" fn shgeqz_(
    job: *const c_char,
    compq: *const c_char,
    compz: *const c_char,
    n: *const c_int,
    ilo: *const c_int,
    ihi: *const c_int,
    H: *mut f32,
    ldh: *const c_int,
    T: *mut f32,
    ldt: *const c_int,
    alphar: *mut f32,
    alphai: *mut f32,
    beta: *mut f32,
    Q: *mut f32,
    ldq: *const c_int,
    Z: *mut f32,
    ldz: *const c_int,
    work: *mut f32,
    lwork: *const c_int,
    info: *mut c_int
)