cpocon_

Function cpocon_ 

Source
pub unsafe extern "C" fn cpocon_(
    uplo: *const c_char,
    n: *const lapack_int,
    A: *const __BindgenComplex<f32>,
    lda: *const lapack_int,
    anorm: *const f32,
    rcond: *mut f32,
    work: *mut __BindgenComplex<f32>,
    rwork: *mut f32,
    info: *mut lapack_int,
)