![]() |
LAPACK
3.9.0
LAPACK: Linear Algebra PACKage
|
| void cblas_ssbmv | ( | CBLAS_LAYOUT | layout, |
| CBLAS_UPLO | Uplo, | ||
| const int | N, | ||
| const int | K, | ||
| const float | alpha, | ||
| const float * | A, | ||
| const int | lda, | ||
| const float * | X, | ||
| const int | incX, | ||
| const float | beta, | ||
| float * | Y, | ||
| const int | incY | ||
| ) |
Definition at line 11 of file cblas_ssbmv.c.