CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - LU分解

搜索资源列表

  1. matlab_numer

    0下载:
  2. 数值分析中几个基础的matlab程序,包括选主元的高斯消去,矩阵的LU分解以及Jacobi迭代
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:2.04kb
    • 提供者:zhanglin
  1. LUGPU1.0

    1下载:
  2. 使用GPU的强大并行计算能力来实现稠密矩阵的LU分解计算。
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:4.37mb
    • 提供者:tiantiancode
  1. LU.rar

    1下载:
  2. 解矩阵方程,可分解为两个矩阵,一个为上三角矩阵,一个为下三角矩阵,再求解,会简化计算,Solution of matrix equation, decomposed into two matrices, one for the upper triangular matrix, a lower triangular matrix, and then solving, will simplify the calculation of
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:968byte
    • 提供者:anglinex
  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
    • 文件大小:2.08kb
    • 提供者:印凤行
  1. LUdep

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

    • 发布日期:2017-03-28
    • 文件大小:1.88kb
    • 提供者:Juri hui
  1. lu_mpi

    0下载:
  2. 矩阵LU分解的C/C++ + MPI实现-Matrix LU decomposition of C/C+++ MPI implementation
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:1.01kb
    • 提供者:lixianming
  1. lu_omp

    1下载:
  2. 矩阵LU分解的C/C++ + Openmp实现-Matrix LU decomposition of C/C+++ Openmp achieve
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:646byte
    • 提供者:lixianming
  1. LU_mpi

    0下载:
  2. LU分解,采用连续划分方式下的MPI实现-LU decomposition of the continuous division of MPI implementations under way
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:2.3kb
    • 提供者:王梓
  1. LU

    0下载:
  2. LU分解在并行机上的实现的C算法,里面包括详尽的算法说明等-LU decomposition in the parallel algorithm of implementing using C
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:1.71kb
    • 提供者:fly
  1. DoolittleLU

    3下载:
  2. 用MPI实现的LU分解算法,按照《一种基于DoolittleLU分解的线性方程组并行求解方法》论文里面的通信方式编写,减少进程间同步次数,效率高,论文也打包一并上传了。-Doolittle LU decomposition with MPI
  3. 所属分类:MPI

    • 发布日期:2016-08-27
    • 文件大小:740kb
    • 提供者:fa
  1. 2012102817241273242

    0下载:
  2. 此程序包提供一个CUDA lu分解库,直接运行,没有源码-cuda lu decomposition library
  3. 所属分类:MPI

    • 发布日期:2017-11-24
    • 文件大小:130.39kb
    • 提供者:曹淑虹
  1. openmplu

    0下载:
  2. OpenMP的LU分解程序,很多人都没搞懂LU分解的实质,其实程序很简单易懂-OpenMP LU decomposition program, a lot of people did not get to know the essence of the LU decomposition, in fact, the procedure is very simple and easy to understand
  3. 所属分类:MPI

    • 发布日期:2017-11-30
    • 文件大小:1.46kb
    • 提供者:star
  1. test

    0下载:
  2. 解方程,可以LU分解的方程公式解方程,可以LU分解的方程公式-Solving equations, LU decomposition equation formula can solve the equation, the equation can LU decomposition formula
  3. 所属分类:source in ebook

    • 发布日期:2017-05-14
    • 文件大小:3.17mb
    • 提供者:周峰
  1. my_ludep

    0下载:
  2. 矩阵LU分解的并行实现,文档中给出了不同矩阵规模和处理器数下的实验结果。-Matrix LU decomposition parallel implementation, the document gives a different matrix size and the number of processors under the experimental results.
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:21.65kb
    • 提供者:李平
  1. pivotgolf

    0下载:
  2. 运用matla编写的一个小游戏界面,能够对矩阵进行LU分解,希望读者能从中得到启发-Your goal is to use LUGUI to compute the LU decompositions of nine matrices with as little roundoff error as possible. Your score for each hole is norm(R,inf)+norm(Leps,inf)+norm(Ueps,inf) where R = L*
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:3.17kb
    • 提供者:lipu
  1. lu_mpi_omp

    2下载:
  2. LU分解的MPI和OpenMP混合并行编程-LU decomposition MPI and OpenMP parallel programming mix
  3. 所属分类:MPI

    • 发布日期:2016-09-26
    • 文件大小:2kb
    • 提供者:jack_f
  1. LU

    0下载:
  2. 基于CUDA的LU分解,简单明了适用GPU的CUDA初学者-CUDA-based LU decomposition, simple apply the GPU CUDA beginners
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:1.18kb
    • 提供者:ytw
  1. LU

    0下载:
  2. Fortran LU分解fortran LU分解代码 fortran LU分解代码-Fortran LU decomposition fortran LU decomposition code fortran LU decomposition code fortran LU decomposition code
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:658byte
    • 提供者:makayua
  1. lu

    0下载:
  2. 数值代数的LU分解c++实现 数值代数的LU分解c++实现-LU factorization LU factorization LU factorization LU factorization LU factorization LU factorization LU factorization
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1016byte
    • 提供者:Jack
  1. LU_test

    0下载:
  2. cuda加速,采用LU分解法求解线性方程组(CUDA accelerated, using LU decomposition method to solve linear equations)
  3. 所属分类:并行计算

« 12 »
搜珍网 www.dssz.com