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