LAPACK++
LAPACK C++ API
BLAS extensions in LAPACK

Modules

 symv: Symmetric matrix-vector multiply
 \(y = \alpha Ax + \beta y\)
 
 syr: Symmetric rank 1 update
 \(A = \alpha xx^T + A\)
 

Detailed Description