lapack_sys::sggevx_ [] [src]

pub unsafe extern fn sggevx_(balanc: *const c_char, jobvl: *const c_char, jobvr: *const c_char, sense: *const c_char, n: *const c_int, a: *mut c_float, lda: *const c_int, b: *mut c_float, ldb: *const c_int, alphar: *mut c_float, alphai: *mut c_float, beta: *mut c_float, vl: *mut c_float, ldvl: *const c_int, vr: *mut c_float, ldvr: *const c_int, ilo: *mut c_int, ihi: *mut c_int, lscale: *mut c_float, rscale: *mut c_float, abnrm: *mut c_float, bbnrm: *mut c_float, rconde: *mut c_float, rcondv: *mut c_float, work: *mut c_float, lwork: *const c_int, iwork: *mut c_int, bwork: *mut c_int, info: *mut c_int)