Function gsl_sys::cblas_zhemv[][src]

pub unsafe extern "C" fn cblas_zhemv(
    order: CBLAS_ORDER,
    Uplo: CBLAS_UPLO,
    N: c_int,
    alpha: *const c_void,
    A: *const c_void,
    lda: c_int,
    X: *const c_void,
    incX: c_int,
    beta: *const c_void,
    Y: *mut c_void,
    incY: c_int
)