[][src]Function gsl_sys::gsl_blas_zher

pub unsafe extern "C" fn gsl_blas_zher(
    Uplo: CBLAS_UPLO_t,
    alpha: f64,
    X: *const gsl_vector_complex,
    A: *mut gsl_matrix_complex
) -> c_int