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