![]() |
LAPACK
3.9.0
LAPACK: Linear Algebra PACKage
|
| void cblas_ssyrk | ( | CBLAS_LAYOUT | layout, |
| CBLAS_UPLO | Uplo, | ||
| CBLAS_TRANSPOSE | Trans, | ||
| const int | N, | ||
| const int | K, | ||
| const float | alpha, | ||
| const float * | A, | ||
| const int | lda, | ||
| const float | beta, | ||
| float * | C, | ||
| const int | ldc | ||
| ) |
Definition at line 12 of file cblas_ssyrk.c.