![]() |
LAPACK
3.9.0
LAPACK: Linear Algebra PACKage
|
| void cblas_cgemv | ( | CBLAS_LAYOUT | layout, |
| CBLAS_TRANSPOSE | TransA, | ||
| const int | M, | ||
| const int | N, | ||
| 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_cgemv.c.