sppcon_

Function sppcon_ 

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