Function gsl_sys::gsl_blas_zher[][src]

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