morelen17 / matrix-vector-mul

C++ parallel implementation of matrix-vector multiplication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 97.5%Language:CMake 2.5%