Function lapack::c::ctprfs [] [src]

pub fn ctprfs(layout: Layout, uplo: u8, trans: u8, diag: u8, n: i32, nrhs: i32, ap: &[c32], b: &[c32], ldb: i32, x: &[c32], ldx: i32, ferr: &mut [f32], berr: &mut [f32]) -> i32