搜索资源列表
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.
MPI-Matrix
- 线性方程组的迭代解法,包括雅克比、高斯-赛德尔和松弛法的MPI源码-Iterative solution of linear equations, including Jacobi, Gauss- Seidel and relaxation Law MPI Source
matvec
- 矩阵向量的MPI乘法,butong de fangfa -mpi inor matrix vect
vector_metrix_multiplication(MPI)
- 并行编程,利用MPI实现向量与矩阵的乘法运算-Parallel programming using MPI to achieve vector and matrix multiplication
transpose
- cuda平台开发的矩阵变换并行操作(Matrix transpose),属于cuda sdk中的内容-Small Matrix transpose with Cuda (Example for a 16x16 matrix)
Mpi-Omp_MatInf_blkstp
- This a mutlicore and cluster(of single-core,multi-core systems) matrix inversion code. Which uses the MPI(Message Passing Interface) for communication across the compute nodes of cluster and using thread-API based OpenMP(Open Multi Processing) bet
mpi_matrixMultiplication
- 一个简单的MPI矩阵相乘代码,由一个MASTER node分配第一个矩阵的各行到运算节点,然后收集结果-A simple MPI matrix multiplication program.
Matrixmultiplication
- 矩阵乘法并行算法的MPI源程序,以文本文件形式输入输出-MPI parallel algorithm source code of Matrix multiplication,input and output in the form of txt files
MPI-MatrixEigenvalue
- 矩阵特征值计算,包括乘幂法、雅克比法、单侧旋转法、QR法的MPI源码-Matrix eigenvalue calculation, including the power by law, Jacques ratio method, unilateral rotation method, QR Law MPI Source
matrix_multiplty_mpi
- 并行计算两个矩阵相乘。这个算法是原创的。可以很快实现大型矩阵的相乘。-this is a MPI program that can accompish qucik computation of multiply of two large matrix by parall computation
cannon1
- cannon的并行算法,使用MPI编写的,对矩阵乘法的一种运算方法-cannon of the parallel algorithm using MPI written as a matrix multiplication of the methods of calculation
parallel_matrix_multiply_demo
- Cannon算法的C++程序MPI实现,实现矩阵的相乘。-MPI implementation of Cannon algorithm(in C++)
mpi_matmult
- MPI matrix multiplication with two versions (one is broad cast method and another one is systolic method)
parallel_matrix_multiply_demo
- 基于MPI得并行矩阵乘法 Cannon算法实现 该程序基于 Boost 和 MPI 实现了Cannon 算法实现对矩阵得并行求积。 -MPI-based parallel matrix multiplication may Cannon algorithm implementation of the program and the MPI-based Boost algorithm achieved Cannon was parallel to the matrix of quadratur
matrix
- matrix multiplication using mpi
suanfa
- 包括4个算法问题: 1、船的最大载重 2、动态规划货郎但问题 3、符号三角形 4、MPI矩阵相乘问题-Including the four algorithm problem: one, the ship' s maximum load 2, dynamic programming street vendor but the question three, symbols triangle 4, MPI matrix multiplication problem
matrix_multi
- MPI matrix multiplication in C
invert
- MPI 基本操作实现(矩阵数据结构以及求逆的并行计算)-MPI matrix invert
Matrix_Matrix
- Matrix x Matrix multiply using MPI
mpi-matrix
- mpi矩阵相乘,初值如程序中设置,并附有串行程序和加速比测试结果-MPI matrix multiplication, the initial value as the program settings, and there also have serial procedures and results of acceleration