|  | LAPACK
    3.9.0
    LAPACK: Linear Algebra PACKage | 
| void cblas_ssyr2 | ( | CBLAS_LAYOUT | layout, | 
| CBLAS_UPLO | Uplo, | ||
| const int | N, | ||
| const float | alpha, | ||
| const float * | X, | ||
| const int | incX, | ||
| const float * | Y, | ||
| const int | incY, | ||
| float * | A, | ||
| const int | lda | ||
| ) | 
Definition at line 12 of file cblas_ssyr2.c.