lapack_sys::c::LAPACKE_ztgexc [] [src]

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