lapack_sys::c::LAPACKE_cggev [] [src]

pub unsafe extern fn LAPACKE_cggev(matrix_layout: c_int, jobvl: c_char, jobvr: c_char, 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, vl: *mut c_float_complex, ldvl: c_int, vr: *mut c_float_complex, ldvr: c_int) -> c_int