Skip to content

C++ parallel implementation of matrix-vector multiplication

Notifications You must be signed in to change notification settings

morelen17/matrix-vector-mul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix-vector parallel multiplication

С++ implementation using std::thread.

  1. Matrix stored by rows.
  2. Matrix stored by columns.

About

C++ parallel implementation of matrix-vector multiplication

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published