cgtcon_

Function cgtcon_ 

Source
pub unsafe extern "C" fn cgtcon_(
    norm: *const c_char,
    n: *const lapack_int,
    DL: *const __BindgenComplex<f32>,
    D: *const __BindgenComplex<f32>,
    DU: *const __BindgenComplex<f32>,
    DU2: *const __BindgenComplex<f32>,
    ipiv: *const lapack_int,
    anorm: *const f32,
    rcond: *mut f32,
    work: *mut __BindgenComplex<f32>,
    info: *mut lapack_int,
)