文件名称:matrix_mult
介绍说明--下载内容均来自于网络,请自行研究使用
在C++11的基础上采用4种不同方法实现了多线程并发矩阵与向量乘积,矩阵转置与矩阵乘积,Linux下编译,需连接pthread库。-Using four different methods on the basis of C++ 11 is implemented on a multi-threaded matrix and vector product, matrix transpose and matrix multiplication, Linux compiler, connect pthread library.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
matrix_mult\.gitignore
...........\barrier.cpp
...........\barrier.h
...........\makefile
...........\matrix_mult.cpp
...........\matrix_mult_worker.cpp
...........\matrix_mult_worker_barrier.cpp
...........\matrix_mult_worker_scheduler.cpp
...........\scheduler.h
matrix_mult