lapack_sys::sgges_ [] [src]

pub unsafe extern fn sgges_(jobvsl: *const c_char, jobvsr: *const c_char, sort: *const c_char, selctg: LAPACK_S_SELECT3, n: *const c_int, a: *mut c_float, lda: *const c_int, b: *mut c_float, ldb: *const c_int, sdim: *mut c_int, alphar: *mut c_float, alphai: *mut c_float, beta: *mut c_float, vsl: *mut c_float, ldvsl: *const c_int, vsr: *mut c_float, ldvsr: *const c_int, work: *mut c_float, lwork: *const c_int, bwork: *mut c_int, info: *mut c_int)