cblas_dgbmv

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
void
cblas_dgbmv
(,,
const int M
,
const int N
,
const int KL
,
const int KU
,
const double alpha
,
const(double)* A
,
const int lda
,
const(double)* X
,
const int incX
,
const double beta
,
double* Y
,
const int incY
)

Meta