Function lapack::c::cpbrfs
[−]
[src]
pub fn cpbrfs(layout: Layout, uplo: u8, n: i32, kd: i32, nrhs: i32, ab: &[c32], ldab: i32, afb: &[c32], ldafb: i32, b: &[c32], ldb: i32, x: &mut [c32], ldx: i32, ferr: &mut [f32], berr: &mut [f32]) -> i32