Perform the matrix-vector operation `y = alpha*A*x + beta*y` for a symmetric matrix `A` supplied in packed form.
-
Updated
Aug 16, 2026 - JavaScript
Perform the matrix-vector operation `y = alpha*A*x + beta*y` for a symmetric matrix `A` supplied in packed form.
Perform the matrix-vector operation `y = α*A*x + β*y` where `α` and `β` are scalars, `x` and `y` are `N` element vectors, and `A` is an `N` by `N` symmetric matrix supplied in packed form.
Add a description, image, and links to the dspmv topic page so that developers can more easily learn about it.
To associate your repository with the dspmv topic, visit your repo's landing page and select "manage topics."