Function gsl_sys::gsl_blas_cher2k
source · [−]pub unsafe extern "C" fn gsl_blas_cher2k(
Uplo: CBLAS_UPLO_t,
Trans: CBLAS_TRANSPOSE_t,
alpha: gsl_complex_float,
A: *const gsl_matrix_complex_float,
B: *const gsl_matrix_complex_float,
beta: f32,
C: *mut gsl_matrix_complex_float
) -> c_int