Function LAPACKE_spttrf_work

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