lapack_sys::c::LAPACKE_spbrfs [] [src]

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