cblas_cgemv

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) @nogc nothrow
void
cblas_cgemv
(,,
const blasint m
,
const blasint n
,
const Complex!float* alpha
,
const Complex!float* a
,
const blasint lda
,
const Complex!float* x
,,
const Complex!float* beta
,
Complex!float* y
,)

Meta