lapack_sys::c::LAPACKE_zggev3 [] [src]

pub unsafe extern fn LAPACKE_zggev3(matrix_layout: c_int, jobvl: c_char, jobvr: c_char, n: c_int, a: *mut c_double_complex, lda: c_int, b: *mut c_double_complex, ldb: c_int, alpha: *mut c_double_complex, beta: *mut c_double_complex, vl: *mut c_double_complex, ldvl: c_int, vr: *mut c_double_complex, ldvr: c_int) -> c_int