Function lapack::c::ztprfs
[−]
[src]
pub fn ztprfs(layout: Layout, uplo: u8, trans: u8, diag: u8, n: i32, nrhs: i32, ap: &[c64], b: &[c64], ldb: i32, x: &[c64], ldx: i32, ferr: &mut [f64], berr: &mut [f64]) -> i32