Function LAPACKE_csp_trans

Source
pub unsafe extern "C" fn LAPACKE_csp_trans(
    matrix_layout: c_int,
    uplo: c_char,
    n: lapack_int,
    in_: *const __BindgenComplex<f32>,
    out: *mut __BindgenComplex<f32>,
)