Function LAPACKE_cpbtrf_work

Source
pub unsafe extern "C" fn LAPACKE_cpbtrf_work(
    matrix_layout: c_int,
    uplo: c_char,
    n: lapack_int,
    kd: lapack_int,
    ab: *mut lapack_complex_float,
    ldab: lapack_int,
) -> lapack_int