lapack_sys::c::LAPACKE_sgbcon [] [src]

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