lapack_sys::c::LAPACKE_ctgsen [] [src]

pub unsafe extern fn LAPACKE_ctgsen(matrix_layout: c_int, ijob: c_int, wantq: c_int, wantz: c_int, select: *const c_int, n: c_int, a: *mut c_float_complex, lda: c_int, b: *mut c_float_complex, ldb: c_int, alpha: *mut c_float_complex, beta: *mut c_float_complex, q: *mut c_float_complex, ldq: c_int, z: *mut c_float_complex, ldz: c_int, m: *mut c_int, pl: *mut c_float, pr: *mut c_float, dif: *mut c_float) -> c_int