Function LAPACKE_cpttrf_work

Source
pub unsafe extern "C" fn LAPACKE_cpttrf_work(
    n: lapack_int,
    d: *mut c_float,
    e: *mut lapack_complex_float,
) -> lapack_int