搜索资源列表
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.
vector_metrix_multiplication(MPI)
- 并行编程,利用MPI实现向量与矩阵的乘法运算-Parallel programming using MPI to achieve vector and matrix multiplication
MPI_Possion_model
- C语言编写的并行计算柏松矩阵,优化计算柏送程序时间。-C language Poisson matrix parallel computing, optimizing the delivery procedures for the calculation hodginsii time.
jacobi
- Write an MPI program that solves a set of linear equations Ax = b with the 并行计算 Jacobi method. The root process reads the matrix A and the vector b from files. The file names have to be specified by the user as parameters.-Write an MPI p
Matrixmultiplication
- 矩阵乘法并行算法的MPI源程序,以文本文件形式输入输出-MPI parallel algorithm source code of Matrix multiplication,input and output in the form of txt files
matrixsum
- sum of matrix in c++ and simulate in mpi area .
parallel_matrix_multiply_demo
- Cannon算法的C++程序MPI实现,实现矩阵的相乘。-MPI implementation of Cannon algorithm(in C++)
matrix_multi
- MPI matrix multiplication in C
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
matrix_multiply_using_mpi3
- matrix multiply using mpi 3rd edition(you should put this file in a system that has the mpi library and is able to compile it)
Cannon
- 实现了矩阵乘法的cannon算法。用MPI编程,在并行环境中可运行-Cannon implements matrix multiplication algorithm. Programming with MPI, can run in parallel environment
MatMul2D1
- this a matrix multiplication program using MPI and c-this is a matrix multiplication program using MPI and c++
matrix-vector.c.tar
- This the source code for matrix-vector multipication in mpi-This is the source code for matrix-vector multipication in mpi
version2for-matrix-vector.c.tar
- Another version of mpi matrix vector multiplication
Matrix-multiplication-using-MPI
- 基于C语言的,在大型并行机上使用MPI实现矩阵乘法-Matrix multiplication using MPI implementations
Matrix
- codigo de ejemplo para MPI un programa que crea matrices y las presenta, realizado en C-codigo de ejemplo para MPI un programa que crea matrices y las presenta, realizado en C++
s.c.tar
- 在MPI 环境下实现的 关于cannon的矩阵乘法算法。-The MPI environment cannon matrix multiplication algorithm.
matrix-multiplication
- 集群中,在mpi环境下采用c++语言编写的程序,解决了矩阵乘法-the application of clusters solving matrix multiplication inmpi,using C++
matrix-multiplication
- c++编写的矩阵乘法的主从进程,用mpi实现-c++ prepared from the master matrix multiplication process, achieved with mpi
矩阵向量
- 带状划分的矩阵向量乘法。数据文件是40*40的算例。(The file is prepared for solving A*b, in the Date there is an example for A which is a 40*40 matrix)