lapack_sys::c::LAPACKE_spbcon_work [] [src]

pub unsafe extern fn LAPACKE_spbcon_work(matrix_layout: c_int, uplo: c_char, n: c_int, kd: c_int, ab: *const c_float, ldab: c_int, anorm: c_float, rcond: *mut c_float, work: *mut c_float, iwork: *mut c_int) -> c_int