Function lapacke_sys::LAPACKE_ctpttf_work [] [src]

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