lapack_sys::c::LAPACKE_dstemr_work [] [src]

pub unsafe extern fn LAPACKE_dstemr_work(matrix_layout: c_int, jobz: c_char, range: c_char, n: c_int, d: *mut c_double, e: *mut c_double, vl: c_double, vu: c_double, il: c_int, iu: c_int, m: *mut c_int, w: *mut c_double, z: *mut c_double, ldz: c_int, nzc: c_int, isuppz: *mut c_int, tryrac: *mut c_int, work: *mut c_double, lwork: c_int, iwork: *mut c_int, liwork: c_int) -> c_int