LAPACK  3.6.0
LAPACK: Linear Algebra PACKage

§ cblas_dsyr2()

void cblas_dsyr2 ( CBLAS_LAYOUT  layout,
CBLAS_UPLO  Uplo,
const int  N,
const double  alpha,
const double *  X,
const int  incX,
const double *  Y,
const int  incY,
double *  A,
const int  lda 
)