Function lapack::c::ssprfs
[−]
[src]
pub fn ssprfs(layout: Layout, uplo: u8, n: i32, nrhs: i32, ap: &[f32], afp: &[f32], ipiv: &[i32], b: &[f32], ldb: i32, x: &mut [f32], ldx: i32, ferr: &mut [f32], berr: &mut [f32]) -> i32