Function gsl_sys::gsl_blas_zher2k
source · [−]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