Function gsl_sys::gsl_blas_zherk[][src]

pub unsafe extern "C" fn gsl_blas_zherk(
    Uplo: CBLAS_UPLO_t,
    Trans: CBLAS_TRANSPOSE_t,
    alpha: f64,
    A: *const gsl_matrix_complex,
    beta: f64,
    C: *mut gsl_matrix_complex
) -> c_int