Function gsl_sys::gsl_blas_cherk[][src]

pub unsafe extern "C" fn gsl_blas_cherk(
    Uplo: CBLAS_UPLO_t,
    Trans: CBLAS_TRANSPOSE_t,
    alpha: f32,
    A: *const gsl_matrix_complex_float,
    beta: f32,
    C: *mut gsl_matrix_complex_float
) -> c_int