Function LAPACKE_cpbcon_work

Source
pub unsafe extern "C" fn LAPACKE_cpbcon_work(
    matrix_layout: c_int,
    uplo: c_char,
    n: lapack_int,
    kd: lapack_int,
    ab: *const lapack_complex_float,
    ldab: lapack_int,
    anorm: c_float,
    rcond: *mut c_float,
    work: *mut lapack_complex_float,
    rwork: *mut c_float,
) -> lapack_int