Function lapack::c::stprfs [] [src]

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