lapack_sys::c::LAPACKE_dgees [] [src]

pub unsafe extern fn LAPACKE_dgees(matrix_layout: c_int, jobvs: c_char, sort: c_char, select: LAPACK_D_SELECT2, n: c_int, a: *mut c_double, lda: c_int, sdim: *mut c_int, wr: *mut c_double, wi: *mut c_double, vs: *mut c_double, ldvs: c_int) -> c_int