lapack_sys::c::LAPACKE_dtgsen_work [] [src]

pub unsafe extern fn LAPACKE_dtgsen_work(matrix_layout: c_int, ijob: c_int, wantq: c_int, wantz: c_int, select: *const c_int, n: c_int, a: *mut c_double, lda: c_int, b: *mut c_double, ldb: c_int, alphar: *mut c_double, alphai: *mut c_double, beta: *mut c_double, q: *mut c_double, ldq: c_int, z: *mut c_double, ldz: c_int, m: *mut c_int, pl: *mut c_double, pr: *mut c_double, dif: *mut c_double, work: *mut c_double, lwork: c_int, iwork: *mut c_int, liwork: c_int) -> c_int