lapack_sys::c::LAPACKE_cgeev_work [] [src]

pub unsafe extern fn LAPACKE_cgeev_work(matrix_layout: c_int, jobvl: c_char, jobvr: c_char, n: c_int, a: *mut c_float_complex, lda: c_int, w: *mut c_float_complex, vl: *mut c_float_complex, ldvl: c_int, vr: *mut c_float_complex, ldvr: c_int, work: *mut c_float_complex, lwork: c_int, rwork: *mut c_float) -> c_int