搜索资源列表
Cannon.rar
- 本程序采用vc2005结合openmp实现了并行矩阵相乘的cannon算法,This procedure combines the use of vc2005 OpenMP parallel realization of the cannon matrix multiplication algorithm
lu.rar
- 这是用并行程序语言MPI做的关于矩阵LU分解的程序,程序中很好的实现了分解过程的并行性。,This is used MPI parallel programming language to do LU decomposition on the matrix of the procedures, procedures to achieve a good decomposition process parallelism.
matrix
- 基于MPI并行计算 我们实验使用的 矩阵的运算程序-MPI parallel computing based on our experimental procedure used in computing matrix
matMultRecur
- this code is used for parallel programming(a matrix multiplication with recursion)
matrixMul
- Nvidia GPU实现的矩阵相乘的并行算法程序,对学习CUDA技术的初学者有很强的借鉴作用-Nvidia GPU implementation of parallel matrix multiplication algorithm program for beginners to learn CUDA technology, have a strong reference
parallel
- OpenMP实现的一个矩阵乘法运算,有并行和串行的比较-OpenMP implementation of a matrix multiplication, a comparison of parallel and serial
parallel-matrixvector
- 并行计算之矩阵向量乘的并行实现,附带数据mpi-parallel compute- multy of matrix and vector
OpenMPapp
- 本程序采用VC2005结合openmp实现并行矩阵相乘的Fox算法-VC2005 This procedure combines the use of OpenMP parallel matrix multiplication algorithm of Fox
Matrixmultiplication
- 矩阵乘法并行算法的MPI源程序,以文本文件形式输入输出-MPI parallel algorithm source code of Matrix multiplication,input and output in the form of txt files
juzhenchengfa
- 该程序为在一个并行计算矩阵乘法的程序,需要在LINUX中安装MPI函数包。大家可以学习一下,感受一下并行计算的原理-The program for the calculation of matrix multiplication in a parallel process, you need to install the MPI function LINUX package. We can learn about and experience the principle of parallel
parallel-invert
- 矩阵求逆的并行计算实现,带数据 mpi+vc6.0-parallel compute of matrix inverse
mult
- Perfectly works parallel mult matrix programm on MPI
matrixmult
- this a matrix multiple, it s work with mpi and wroted with c++ it s parallel verjon-this is a matrix multiple, it s work with mpi and wroted with c++ it s parallel verjon
18-6
- 该代码为矩阵qr分解的并行算法,采用的是MPI编程方法-The code for the matrix qr decomposition parallel algorithms, using the MPI programming
matrix_fox
- parallel matrix in c, using fox algorithm
Cannon
- 实现了矩阵乘法的cannon算法。用MPI编程,在并行环境中可运行-Cannon implements matrix multiplication algorithm. Programming with MPI, can run in parallel environment
matrix-multiplication-based-OpenMp-
- 基于C语言的,在共享内存的并行机上使用OpenMP并行环境实现矩阵乘法-C-based, shared memory parallelism using OpenMP on a parallel machine environment to achieve the matrix multiplication
parallel
- 本程序是简单的矩阵乘法的并行计算实现,实现了均衡分配。-The procedure is simple matrix multiplication parallel computing to achieve, to achieve a balanced distribution.
Matrix-1
- opencl 并行矩阵相乘计算,可以选择AMD与 NVIDIA的GPU进行计算,并且具有计算串行与并行的时间比-opencl parallel matrix multiplication calculations, you can choose AMD and NVIDIA gpu
matrix-multiplication
- An introductory example on how to use MPI, the problem solved is a naive parallel matrix multiplication.