lapack_sys::c::LAPACKE_ctgexc_work [] [src]

pub unsafe extern fn LAPACKE_ctgexc_work(matrix_layout: c_int, wantq: c_int, wantz: c_int, n: c_int, a: *mut c_float_complex, lda: c_int, b: *mut c_float_complex, ldb: c_int, q: *mut c_float_complex, ldq: c_int, z: *mut c_float_complex, ldz: c_int, ifst: c_int, ilst: c_int) -> c_int