Function LAPACKE_dpf_trans

Source
pub unsafe extern "C" fn LAPACKE_dpf_trans(
    matrix_layout: c_int,
    transr: c_char,
    uplo: c_char,
    n: lapack_int,
    in_: *const f64,
    out: *mut f64,
)