Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 138 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 138 Bytes

Matrix-vector parallel multiplication

С++ implementation using std::thread.

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