Function LAPACKE_ssterf_work

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