搜索资源列表
arraymul
- c++ 并行计算程序 ,关于矩阵相乘,可直接在linux下面计算
matrix_multiplty_mpi
- 并行计算两个矩阵相乘。这个算法是原创的。可以很快实现大型矩阵的相乘。-this is a MPI program that can accompish qucik computation of multiply of two large matrix by parall computation
Matrix
- 用MPI编写的实现并行的矩阵相乘的程序,在VC6.0下通过运行-To achieve a parallel matrix multiplication
lu
- 矩阵相乘的LU算法,采用行连续划分策略,MPI并行实现。-LU matrix multiplication algorithm, using line continuous partitioning strategy, MPI parallel implementation.
MatrixMultiplication_OpenCL
- 矩阵相乘并行计算方法,基于OPENCL通用计算接口。-Parallel matrix multiplication calculation method, based OPENCL general computing interface.