![]() |
LAPACK
3.9.0
LAPACK: Linear Algebra PACKage
|
void cblas_cgbmv | ( | CBLAS_LAYOUT | layout, |
CBLAS_TRANSPOSE | TransA, | ||
const int | M, | ||
const int | N, | ||
const int | KL, | ||
const int | KU, | ||
const void * | alpha, | ||
const void * | A, | ||
const int | lda, | ||
const void * | X, | ||
const int | incX, | ||
const void * | beta, | ||
void * | Y, | ||
const int | incY | ||
) |
Definition at line 12 of file cblas_cgbmv.c.