搜索资源列表
mpiaaaa
- 一个MPI的小程序,实现2个大矩阵相乘的秉性算法。用C写的,已调试通过。-a small procedures, two matrix multiplication, the algorithm propensity. C write, debug through.
线形方程组求解
- 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程。 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程 42x1+2x2+3x3=3 x1+7x2+7x3=1 -2x1+4x2+5x3=-7 算法思想:Gauss消元法是将线性方程组化为上三角形线性方程组,然后再用一个回代过程求这个上三角形线性方程组的解;选主元的Gauss消元法是在Gauss消元法上增加了选列主元
mpi17
- 关于矩阵转置的mpi算法,除了配置以外并没有多大困难理解算法,算法有详细说明,而且有详细的测试用例
transpose
- 矩阵转置并行算法实现,C语言开发,用mpi编程完成
cannon
- 矩阵相乘并行算法实现,C语言开发,用mpi编程完成
MPI
- 数值并行算法MPI编程实现 第十八章 矩阵运算 第十九章 线性方程组的直接解法 第二十章 线性方程组的迭代解法 第二十一章 矩阵特征值计算 第二十二章 快速傅氏变换和离散小波变换
cannon
- cannon算法,属于并行算法,主要是矩阵的相乘,
juzhen
- 矩阵的一些常用算法,很方便。欢迎来下载
matrix
- intel线程挑战赛 矩阵转置 快速转置 多线程 tbb 并行算法
ludep
- 关于lu矩阵算法,并行算法中通过smp环境实现,具有很好的价值
qr
- 一个qr矩阵算法,并行计算再smp环境下实现。具有很好的类比价值
qr
- 矩阵QR分解的算法,使用openMP实现, 请在支持并行计算的机器上编译运行-Matrix QR decomposition algorithm, the use of openMP implementation, to support parallel computing in the compile and run on the machine
Cannon.rar
- 本程序采用vc2005结合openmp实现了并行矩阵相乘的cannon算法,This procedure combines the use of vc2005 OpenMP parallel realization of the cannon matrix multiplication algorithm
cannon.rar
- 并行计算矩阵乘法,cannon算法,矩阵移位来进行计算,Parallel computing matrix multiplication, cannon algorithm for calculating the matrix transposition
matrixMul
- GPU CUDA的经典算法,基于shared memory进行矩阵的相乘运算-GPU CUDA classical algorithm, based on shared memory for matrix multiplication by
matrixMul
- Nvidia GPU实现的矩阵相乘的并行算法程序,对学习CUDA技术的初学者有很强的借鉴作用-Nvidia GPU implementation of parallel matrix multiplication algorithm program for beginners to learn CUDA technology, have a strong reference
vector_matrix_multiplication
- 稀疏矩阵与向量相乘 算法 C语言 并行计算-Sparse matrix and vector multiplication
Cannon
- 实现了矩阵乘法的cannon算法。用MPI编程,在并行环境中可运行-Cannon implements matrix multiplication algorithm. Programming with MPI, can run in parallel environment
Cannon乘法
- 基于MPI的cannon算法,实现矩阵的相乘(Based on MPI's cannon algorithm, the multiplication of matrix is realized)
第一次实验程序
- 矩阵乘法的不同循环方式的算法实现,比较了各种算法所用时间的长短(Matrix multiplication of different cycle mode algorithm, compared to the length of time used in various algorithms)