Implementation of parallel matrix-vector product calculation using C & OpenMP
-
Updated
Mar 6, 2023 - C
Implementation of parallel matrix-vector product calculation using C & OpenMP
Perform one of the matrix-vector operations `y = alpha*A*x + beta*y` or `y = alpha*A^T*x + beta*y`.
Perform one of the matrix-vector operations `y = α*A*x + β*y` or `y = α*A^T*x + β*y`.
To associate your repository with the dgemv topic, visit your repo's landing page and select "manage topics."