Function LAPACKE_stptri_work

Source
pub unsafe extern "C" fn LAPACKE_stptri_work(
    matrix_layout: c_int,
    uplo: c_char,
    diag: c_char,
    n: lapack_int,
    ap: *mut c_float,
) -> lapack_int