chpcon_

Function chpcon_ 

Source
pub unsafe extern "C" fn chpcon_(
    uplo: *const c_char,
    n: *const lapack_int,
    AP: *const __BindgenComplex<f32>,
    ipiv: *const lapack_int,
    anorm: *const f32,
    rcond: *mut f32,
    work: *mut __BindgenComplex<f32>,
    info: *mut lapack_int,
)