lapack_sys::dsygvd_ [] [src]

pub unsafe extern fn dsygvd_(itype: *const c_int, jobz: *const c_char, uplo: *const c_char, n: *const c_int, a: *mut c_double, lda: *const c_int, b: *mut c_double, ldb: *const c_int, w: *mut c_double, work: *mut c_double, lwork: *const c_int, iwork: *mut c_int, liwork: *const c_int, info: *mut c_int)