lapack_sys::c::LAPACKE_dgbcon [] [src]

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