lapack_sys::c::LAPACKE_cgeqp3_work [] [src]

pub unsafe extern fn LAPACKE_cgeqp3_work(matrix_layout: c_int, m: c_int, n: c_int, a: *mut c_float_complex, lda: c_int, jpvt: *mut c_int, tau: *mut c_float_complex, work: *mut c_float_complex, lwork: c_int, rwork: *mut c_float) -> c_int