LAPACK
3.6.1
LAPACK: Linear Algebra PACKage
|
void cblas_dsyr | ( | const CBLAS_LAYOUT | layout, |
const 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.