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 = α*A*x + β*y` or `y = α*A^T*x + β*y`.
🔢 Accelerate matrix-vector multiplication with this efficient implementation of the DGEMV routine for numerical and scientific computing.
Add a description, image, and links to the dgemv topic page so that developers can more easily learn about it.
To associate your repository with the dgemv topic, visit your repo's landing page and select "manage topics."