lapack_sys::stgsja_ [] [src]

pub unsafe extern fn stgsja_(jobu: *const c_char, jobv: *const c_char, jobq: *const c_char, m: *const c_int, p: *const c_int, n: *const c_int, k: *const c_int, l: *const c_int, a: *mut c_float, lda: *const c_int, b: *mut c_float, ldb: *const c_int, tola: *const c_float, tolb: *const c_float, alpha: *mut c_float, beta: *mut c_float, u: *mut c_float, ldu: *const c_int, v: *mut c_float, ldv: *const c_int, q: *mut c_float, ldq: *const c_int, work: *mut c_float, ncycle: *mut c_int, info: *mut c_int)