lapack_sys::sgees_ [] [src]

pub unsafe extern fn sgees_(jobvs: *const c_char, sort: *const c_char, select: LAPACK_S_SELECT2, n: *const c_int, a: *mut c_float, lda: *const c_int, sdim: *mut c_int, wr: *mut c_float, wi: *mut c_float, vs: *mut c_float, ldvs: *const c_int, work: *mut c_float, lwork: *const c_int, bwork: *mut c_int, info: *mut c_int)