lapack_sys::c::LAPACKE_dpbrfs [] [src]

pub unsafe extern fn LAPACKE_dpbrfs(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) -> c_int