当前位置:
首页 资源下载
搜索资源 - lu decomposition parallel
搜索资源列表
-
1下载:
可以用在并行计算中的代码,支持稀疏矩阵的LU分解,用来求方程组的解-can be used in parallel computing code, sparse matrix support the LU decomposition, used for the solution of the equations
-
-
3下载:
这是用并行程序语言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.
-
-
1下载:
一个不错的矩阵LU分解的并行算法的MPI源程序-a MPI source code for LU decomposition s parallel algorithm
-
-
0下载:
并行lu分解源程序,自带初始输入数据和运行结果-Parallel lu decomposition source, bringing the initial input data and run results
-
-
0下载:
LU分解的串行算法(进行Cache优化),LU分解的多线程实现并行化。-LU decomposition of the serial algorithm (for Cache Optimization), LU decomposition of multi-threaded parallel.
-
-
0下载:
LU分解在并行机上的实现的C算法,里面包括详尽的算法说明等-LU decomposition in the parallel algorithm of implementing using C
-
-
1下载:
LU 分解,给出采用行连续划分方式下的MPI实现并行算法-LU decomposition, using the line continuous division of the way under the implementation of MPI parallel algorithm
-
-
0下载:
LU_seial,c是针对c语言开发的串行LU分解,并进行了cache优化。
LU_parallel.c是用多线程的方法实现LU分解的并行化,加速比在1.3左右。-LU_seial, c is for c language development serial LU decomposition, and conducted cache optimization. LU_parallel.c is multi-threaded approach to achieve parallel LU d
-
-
0下载:
矩阵LU分解的并行实现,文档中给出了不同矩阵规模和处理器数下的实验结果。-Matrix LU decomposition parallel implementation, the document gives a different matrix size and the number of processors under the experimental results.
-
-
2下载:
LU分解的MPI和OpenMP混合并行编程-LU decomposition MPI and OpenMP parallel programming mix
-
-
0下载:
用mpi实现的并行LU分解测试程序,win7系统,vs2013平台-Using mpi to achieve the parallel LU decomposition test program, win7 system, vs2013 platform
-