chickadee » blas » dsyr2

dsyr2:: ORDER * UPLO * N * ALPHA * X * Y * A [LDA * INCX * INCY] -> F64VECTOR procedure

xSYR2 performs the symmetric rank 2 operation A := alpha*x*y' + alpha*y*x' + A.

ALPHA is a scalar, X and Y are N element vectors, and A is an N x N symmetric matrix.