Function LAPACKE_ztpttf

Source
pub unsafe extern "C" fn LAPACKE_ztpttf(
    matrix_layout: c_int,
    transr: c_char,
    uplo: c_char,
    n: lapack_int,
    ap: *const lapack_complex_double,
    arf: *mut lapack_complex_double,
) -> lapack_int