Function LAPACKE_spttrf

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