Function LAPACKE_dsptrd_work

Source
pub unsafe extern "C" fn LAPACKE_dsptrd_work(
    matrix_layout: c_int,
    uplo: c_char,
    n: lapack_int,
    ap: *mut f64,
    d: *mut f64,
    e: *mut f64,
    tau: *mut f64,
) -> lapack_int