CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - mpi矩阵

搜索资源列表

  1. MPI

    1下载:
  2. 数值并行算法MPI编程实现 第十八章 矩阵运算 第十九章 线性方程组的直接解法 第二十章 线性方程组的迭代解法 第二十一章 矩阵特征值计算 第二十二章 快速傅氏变换和离散小波变换
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:551275
    • 提供者:hulin
  1. MPI

    1下载:
  2. MPI实现四个进程以上的Jacobi迭代,进行连续四次迭代后选择两进程所处理数据交界处8×8子矩阵进行输出
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:71087
    • 提供者:董立峰
  1. MPI下矩阵相乘的实现与分析

    2下载:
  2. 介绍了MPI下矩阵相乘的实现,并对其进行了分析
  3. 所属分类:报告论文

    • 发布日期:2011-03-09
    • 文件大小:58965
    • 提供者:lizhang
  1. MPI_IO.基于mpi-2 规范的并行i/o方法

    0下载:
  2. 基于mpi-2 规范的并行i/o方法,以并行矩阵乘法问题为例,比较了并行i/o和串 行i/o的性能,给出了并行i/o方法的应用实例。,Mpi-2 norms based on the parallel i/o approach to parallel matrix multiplication as an example, compare the parallel i/o and serial i/o performance, given the parallel i/o methods of
  3. 所属分类:Windows编程

    • 发布日期:2017-03-21
    • 文件大小:116555
    • 提供者:澄海
  1. matrixcode.rar

    1下载:
  2. 矩阵运算,包括加,减,乘,除,行列式,逆阵的求解,伴随矩阵求解,Matrix operations, including add, subtract, multiply, divide, determinant, inverse matrix to solve, with the matrix solution of
  3. 所属分类:MPI

    • 发布日期:2016-06-07
    • 文件大小:8047
    • 提供者:刘石
  1. lu.rar

    3下载:
  2. 这是用并行程序语言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.
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:2129
    • 提供者:印凤行
  1. Exercises.zip

    0下载:
  2. cuda基本程序:矩阵转置的较优实现等 ,basic code for cuda
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:34393
    • 提供者:fruitfly
  1. mpipar

    1下载:
  2. 在MPI上实现的矩阵相乘并行计算的源程序。- The matrix realizes which on MPI multiplications the parallel computation source program.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:7598
    • 提供者:应伟勤
  1. cannon

    1下载:
  2. 并行程序设计,使用mpi,实现矩阵相乘的cannon算法,包括阻塞式和非阻塞式-Parallel programming, the use of mpi, cannon to achieve matrix multiplication algorithms, including blocking and non-blocking
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:4512
    • 提供者:chenkai
  1. LUdep

    1下载:
  2. 一个不错的矩阵LU分解的并行算法的MPI源程序-a MPI source code for LU decomposition s parallel algorithm
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:1923
    • 提供者:Juri hui
  1. vector_metrix_multiplication(MPI)

    2下载:
  2. 并行编程,利用MPI实现向量与矩阵的乘法运算-Parallel programming using MPI to achieve vector and matrix multiplication
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1589
    • 提供者:sangecoa
  1. mpi_matrixMultiplication

    0下载:
  2. 一个简单的MPI矩阵相乘代码,由一个MASTER node分配第一个矩阵的各行到运算节点,然后收集结果-A simple MPI matrix multiplication program.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:2320
    • 提供者:eric yang
  1. MPI-MatrixEigenvalue

    0下载:
  2. 矩阵特征值计算,包括乘幂法、雅克比法、单侧旋转法、QR法的MPI源码-Matrix eigenvalue calculation, including the power by law, Jacques ratio method, unilateral rotation method, QR Law MPI Source
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:11780
    • 提供者:不死鸟
  1. parallel-invert

    0下载:
  2. 矩阵求逆的并行计算实现,带数据 mpi+vc6.0-parallel compute of matrix inverse
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:2776
    • 提供者:程宾
  1. suanfa

    0下载:
  2. 包括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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:3419
    • 提供者:mao
  1. mpi-matrix

    2下载:
  2. mpi矩阵相乘,初值如程序中设置,并附有串行程序和加速比测试结果-MPI matrix multiplication, the initial value as the program settings, and there also have serial procedures and results of acceleration
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:39311
    • 提供者:李月
  1. cuda+mpi

    2下载:
  2. 并行计算中矩阵相乘的mpi和cuda两种方法,已完成检验,有结果输出(In parallel computing, two methods of matrix multiplication, MPI and CUDA, have been tested and output with results)
  3. 所属分类:并行计算

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:张艾可
  1. mpi_mat_vect_time

    1下载:
  2. 使用mpi编写的进行矩阵乘法运算的并行程序。(An parallel program using MPI to realize the multiplication of matrices.)
  3. 所属分类:并行计算

    • 发布日期:2017-12-22
    • 文件大小:2048
    • 提供者:Teresa123
  1. Cannon乘法

    0下载:
  2. 基于MPI的cannon算法,实现矩阵的相乘(Based on MPI's cannon algorithm, the multiplication of matrix is realized)
  3. 所属分类:并行计算

    • 发布日期:2017-12-21
    • 文件大小:10240
    • 提供者:qdsjc
  1. 矩阵向量

    0下载:
  2. 带状划分的矩阵向量乘法。数据文件是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)
  3. 所属分类:并行计算

    • 发布日期:2018-04-29
    • 文件大小:5120
    • 提供者:jonajosejota
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com