Function rust_blas::matrix_vector::ll::cblas_z::cblas_zher2[][src]

pub unsafe extern "C" fn cblas_zher2(
    order: Order,
    sym: Symmetry,
    n: u32,
    alpha: *const c_void,
    x: *const c_void,
    inc_x: u32,
    y: *const c_void,
    inc_y: u32,
    a: *mut c_void,
    lda: u32
)