Function lapacke_sys::LAPACKE_chptrf_work [] [src]

pub unsafe extern "C" fn LAPACKE_chptrf_work(
    matrix_layout: c_int,
    uplo: c_char,
    n: lapack_int,
    ap: *mut lapack_complex_float,
    ipiv: *mut lapack_int
) -> lapack_int