Function lapack::c::spocon_work [] [src]

pub fn spocon_work(layout: Layout, uplo: u8, n: i32, a: &[f32], lda: i32, anorm: f32, rcond: &mut f32, work: &mut [f32], iwork: &mut [i32]) -> i32