文件名称:matrix_lu3
介绍说明--下载内容均来自于网络,请自行研究使用
LU_seial,c是针对c语言开发的串行LU分解,并进行了cache优化。
LU_parallel.c是用多线程的方法实现LU分解的并行化,加速比在1.3左右。-LU_seial, c is for c language development serial LU decomposition, and conducted cache optimization. LU_parallel.c is multi-threaded approach to achieve parallel LU decomposition, speedup around 1.3.
LU_parallel.c是用多线程的方法实现LU分解的并行化,加速比在1.3左右。-LU_seial, c is for c language development serial LU decomposition, and conducted cache optimization. LU_parallel.c is multi-threaded approach to achieve parallel LU decomposition, speedup around 1.3.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
serial.c
parallel.c