当前位置:
首页 资源下载
搜索资源 - parallel gaussian elimination
搜索资源列表
-
0下载:
矩阵求逆的并行算法,使用高斯约当消去法,是从一参考书中copy过来的,谢谢原作者。-matrix inversion of the parallel algorithm, about when the use of Gaussian Elimination Act, a reference book from which the copy over, Thank you, the original author.
-
-
0下载:
并行高斯消去法解线性方程组几阶的都可以的-Parallel Gaussian elimination solution of linear equations can be a few bands of
-
-
0下载:
一个不错的全主元高斯消去法并行算法的MPI源程序-a MPI source code for Gaussian elimination s parallel algorithm
-
-
1下载:
对于几个流行的算法(prefix sum,matrix multiplication,Gaussian elimination,Sieve of Eratosthenes)的串行算法和openMP并行算法的代码,以及性能测试的实验报告-For several popular algorithms (prefix sum, matrix multiplication, Gaussian elimination, Sieve of Eratosthenes) of the serial algori
-
-
0下载:
高斯消元法求解线性方程组的并行程序。该程序已经测试通过,运行非常稳定,计算量控制的也很好。-Gauss elimination method for solving linear equations of parallel programs.The program has been tested, very stable operation, the control computation is also very good.
-
-
0下载:
Parallel algorithm
for Gaussian Elimination. Elimination in both a shared
memory environment, using OpenMP, and in a distributed
memory environment, using MPI. Parallel LU and
Gaussian algorithms for linear systems have been studied
extensi
-
-
0下载:
基于MPI多线程的矩阵高斯消去算法,是一种并行程序设计思想!-Matrix Gaussian elimination algorithm based on MPI multi-threaded, a parallel program design ideas!
-
-
0下载:
高斯消去的并行程序,测试在不同规模的系数矩阵下、不同处理器核心数量下,程序的运行时间-Parallel Gaussian elimination procedure, test coefficient matrix in different sizes, different number of processor cores, the program running time
-