Function LAPACKE_dhs_trans

Source
pub unsafe extern "C" fn LAPACKE_dhs_trans(
    matrix_layout: c_int,
    n: lapack_int,
    in_: *const f64,
    ldin: lapack_int,
    out: *mut f64,
    ldout: lapack_int,
)