Function LAPACKE_stp_trans

Source
pub unsafe extern "C" fn LAPACKE_stp_trans(
    matrix_layout: c_int,
    uplo: c_char,
    diag: c_char,
    n: lapack_int,
    in_: *const f32,
    out: *mut f32,
)