lapack_sys::c::LAPACKE_cgecon_work [] [src]

pub unsafe extern fn LAPACKE_cgecon_work(matrix_layout: c_int, norm: c_char, n: c_int, a: *const c_float_complex, lda: c_int, anorm: c_float, rcond: *mut c_float, work: *mut c_float_complex, rwork: *mut c_float) -> c_int