lapack_sys::c::LAPACKE_cpbrfs_work [] [src]

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