lapack_sys::c::LAPACKE_strsen_work [] [src]

pub unsafe extern fn LAPACKE_strsen_work(matrix_layout: c_int, job: c_char, compq: c_char, select: *const c_int, n: c_int, t: *mut c_float, ldt: c_int, q: *mut c_float, ldq: c_int, wr: *mut c_float, wi: *mut c_float, m: *mut c_int, s: *mut c_float, sep: *mut c_float, work: *mut c_float, lwork: c_int, iwork: *mut c_int, liwork: c_int) -> c_int