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

搜索资源列表

  1. TherealizationofParallelLUfactorizationbasedonFPGA

    0下载:
  2. 本文首先介绍了稀疏矩阵的特点和研究稀疏矩阵分解的意义,接着讨论了稀疏矩阵各种快速算法并给出了本文所采用的方法。在此基础上详细说明了稀疏矩阵模拟排序算法,直接LU分解算法,符号LU分解算法,数值LU分解算法及这些算法在FPGA上的实现过程。最后为充分发挥FPGA作为一种可编程逻辑器件的优势,将单核数值LU分解扩展为多核并行LU分解结构,并使用BDB矩阵对该结构进行了验证,给出并分析了实验结果。-Firstly,the characteristies and research value of sp
  3. 所属分类:Project Design

    • 发布日期:2017-05-16
    • 文件大小:4277194
    • 提供者:mabeibei
  1. CGandLU

    0下载:
  2. compare CG iterations and LU factorization when solving linear equation A*X=b
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1049
    • 提供者:Jackie
  1. LU

    0下载:
  2. 利用高斯消元列选主元法进行矩阵的LU分解和利用此分解解线性方程组-LU matrix factorization and use this decomposition of Linear Equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1726
    • 提供者:陈轩
  1. smartinv

    0下载:
  2. 通过求解LU分解解线性方程组 大型稀疏矩阵LU分解有用的是容易计算的。不是最快的方式来计算逆矩阵,但要避免消耗储存的问题-computing selected entries of the inverse, by solving a sequence of linear equations after doing an LU factorization. Useful for large sparse matrix which LU decomposition is easy to c
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:5205
    • 提供者:
  1. LU_factor.m

    0下载:
  2. Method with Gaussian Elimination without Pivoting LU factorization of matrix A using Gaussian-elimination without pivoting Inputs : A --> n x n matrix Outputs : L (lower triangular) && U (upper triangular) - Method with Gaussi
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:886
    • 提供者:Mhdh
  1. linearsystem

    0下载:
  2. Chapter 3. The Solution of Linear Systems AX = B Algorithm 3.1 Back Substitution Algorithm 3.2 Upper-Triangularization Followed by Back Substitution Algorithm 3.3 PA = LU Factorization with Pivoting Algorithm 3.4 Jacobi Iteration Al
  3. 所属分类:matlab

  1. LU_DecomME1

    0下载:
  2. MATLAB 数值分析,矩阵分解实例,LU分解-MATLAB numerical analysis, matrix factorization example, LU decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:566
    • 提供者:yongquan
  1. matrix

    3下载:
  2. 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆、
  3. 所属分类:Algorithm

    • 发布日期:2014-12-20
    • 文件大小:1077248
    • 提供者:wuzw
  1. Matrix-factorization-C-program

    0下载:
  2. 矩阵分解的C程序 包括有矩阵的LU分解,矩阵的UU分解还有共轭梯度法-Matrix decomposition of the C program, including a matrix LU decomposition, the UU decomposition of the matrix conjugate gradient method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:452031
    • 提供者:平沙沙
  1. main

    0下载:
  2. 矩阵的LU分解的实现,用户输入增广矩阵后,会自动输出L型矩阵和U型矩阵-Matrix LU factorization, implementation, user input augmented matrix, it will automatically output the L-type matrix and the U-matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1287
    • 提供者:jj
  1. Gauss

    0下载:
  2. 线性方程组的数值解法的Matlab代码 采用Gauss算法和LU分解-Matlab code of the numerical solution of linear equations using Gauss algorithm and LU factorization
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:13539
    • 提供者:yy
  1. tridiagLU.m

    0下载:
  2. LU factorization of tridiagonal matrix
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:1075
    • 提供者:Carlotta
  1. resolution_Lu

    0下载:
  2. In linear algebra, LU decomposition (where LU stands for Lower Upper , and also called LU factorization) factors a matrix as the product of a lower triangular matrix and an upper triangular matrix. The product sometimes includes a permutation matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:20140
    • 提供者:zineb24
  1. LU_FACTORIZATION

    0下载:
  2. 使用MATLAB实现矩阵的LU分解,MATLAB自带的函数是无法实现计算方法中的LU分解的;-MATLAB LU FACTORIZATION
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:581
    • 提供者:张树鹏
  1. hw1_PC_NB

    0下载:
  2. LU Factorization of matrix using OpenMP
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4417711
    • 提供者:Pedro Alvarez
  1. DirectMethodsLinearSystems

    1下载:
  2. 解线性方程组方法:(1)Gauss消去法 (2)杜立特尔直接三角分解法 (2)追赶法解三对角方程 平方根分解法解对称矩阵 的MATLAB源代码-the matlab source codes of Direct Methods for Solving Linear Systems:(1)Gaussian Elimination (2)LU Factorization(Doolittle Method) (3)Pursue Method for Diagonally Dominant Matric
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:7159
    • 提供者:huangyonghao
  1. resolution_gauss_descents

    0下载:
  2. In numerical analysis, LU decomposition (where LU stands for Lower Upper , and also called LU factorization) factors a matrix as the product of a lower triangular matrix and an upper triangular matrix. The product sometimes includes a permutation mat
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:22192
    • 提供者:cerisette_maroc
  1. code3

    0下载:
  2. splu Square PA=LU factorization *with row exchanges*.-splu Square PA=LU factorization *with row exchanges*.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:766
    • 提供者:Pranav
  1. matlab

    0下载:
  2. LINEAR SYSTEMS AND GAUSSIAN ELIMINATION THE LU FACTORIZATION Gauss-Seidel iteration SOR (successive over-relaxation) iteration
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2062
    • 提供者:Penny
  1. invert_ij

    0下载:
  2. LU Factorization to take the inverse
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1188
    • 提供者:tariq
« 1 23 »
搜珍网 www.dssz.com