Function lapack_sys::sppcon_[][src]

pub unsafe extern "C" fn sppcon_(
    uplo: *const c_char,
    n: *const c_int,
    AP: *const f32,
    anorm: *const f32,
    rcond: *mut f32,
    work: *mut f32,
    iwork: *mut c_int,
    info: *mut c_int
)