[][src]Function gsl_sys::gsl_blas_chemv

pub unsafe extern "C" fn gsl_blas_chemv(
    Uplo: CBLAS_UPLO_t,
    alpha: gsl_complex_float,
    A: *const gsl_matrix_complex_float,
    X: *const gsl_vector_complex_float,
    beta: gsl_complex_float,
    Y: *mut gsl_vector_complex_float
) -> c_int