LAPACK
3.6.1
LAPACK: Linear Algebra PACKage
|
void cblas_ssyr2k | ( | 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 * | B, | ||
const int | ldb, | ||
const float | beta, | ||
float * | C, | ||
const int | ldc | ||
) |
Definition at line 12 of file cblas_ssyr2k.c.