Function lapack::c::cptsvx [] [src]

pub fn cptsvx(layout: Layout, fact: u8, n: i32, nrhs: i32, d: &[f32], e: &[c32], df: &mut [f32], ef: &mut [c32], b: &[c32], ldb: i32, x: &mut [c32], ldx: i32, rcond: &mut f32, ferr: &mut [f32], berr: &mut [f32]) -> i32