LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
void F77_dsyr | ( | CBLAS_INT * | layout, |
char * | uplow, | ||
CBLAS_INT * | n, | ||
double * | alpha, | ||
double * | x, | ||
CBLAS_INT * | incx, | ||
double * | a, | ||
CBLAS_INT * | lda | ||
) |
Definition at line 139 of file c_dblas2.c.