Function cblas_sys::cblas_cherk [] [src]

pub unsafe extern "C" fn cblas_cherk(
    layout: CBLAS_LAYOUT,
    uplo: CBLAS_UPLO,
    trans: CBLAS_TRANSPOSE,
    n: c_int,
    k: c_int,
    alpha: c_float,
    a: *const c_float_complex,
    lda: c_int,
    beta: c_float,
    c: *mut c_float_complex,
    ldc: c_int
)