lapack_sys::c::LAPACKE_zgbcon [] [src]

pub unsafe extern fn LAPACKE_zgbcon(matrix_layout: c_int, norm: c_char, n: c_int, kl: c_int, ku: c_int, ab: *const c_double_complex, ldab: c_int, ipiv: *const c_int, anorm: c_double, rcond: *mut c_double) -> c_int