[][src]Function gsl_sys::gsl_blas_zher2k

pub unsafe extern "C" fn gsl_blas_zher2k(
    Uplo: CBLAS_UPLO_t,
    Trans: CBLAS_TRANSPOSE_t,
    alpha: gsl_complex,
    A: *const gsl_matrix_complex,
    B: *const gsl_matrix_complex,
    beta: f64,
    C: *mut gsl_matrix_complex
) -> c_int