Function lapack_sys::c::LAPACKE_sppcon_work [] [src]

pub unsafe extern fn LAPACKE_sppcon_work(matrix_layout: c_int,
                                         uplo: c_char,
                                         n: lapack_int,
                                         ap: *const c_float,
                                         anorm: c_float,
                                         rcond: *mut c_float,
                                         work: *mut c_float,
                                         iwork: *mut lapack_int)
                                         -> lapack_int