![]() |
LAPACK
3.9.0
LAPACK: Linear Algebra PACKage
|
| void cblas_dsyr | ( | CBLAS_LAYOUT | layout, |
| CBLAS_UPLO | Uplo, | ||
| const int | N, | ||
| const double | alpha, | ||
| const double * | X, | ||
| const int | incX, | ||
| double * | A, | ||
| const int | lda | ||
| ) |
Definition at line 12 of file cblas_dsyr.c.