lapack_sys::c::LAPACKE_dpbrfs_work [] [src]

pub unsafe extern fn LAPACKE_dpbrfs_work(matrix_layout: c_int, uplo: c_char, n: c_int, kd: c_int, nrhs: c_int, ab: *const c_double, ldab: c_int, afb: *const c_double, ldafb: c_int, b: *const c_double, ldb: c_int, x: *mut c_double, ldx: c_int, ferr: *mut c_double, berr: *mut c_double, work: *mut c_double, iwork: *mut c_int) -> c_int