lapack_sys::c::LAPACKE_cheequb_work [] [src]

pub unsafe extern fn LAPACKE_cheequb_work(matrix_layout: c_int, uplo: c_char, n: c_int, a: *const c_float_complex, lda: c_int, s: *mut c_float, scond: *mut c_float, amax: *mut c_float, work: *mut c_float_complex) -> c_int