CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - lu factorization

搜索资源列表

  1. GEE

    1下载:
  2. The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The fu
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:10.61kb
    • 提供者:Allan KAO
  1. ldiv

    1下载:
  2. The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The fu
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1.37kb
    • 提供者:Allan KAO
  1. superlu_3.1.tar

    1下载:
  2. SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or Fortran. The library routines will perf
  3. 所属分类:Algorithm

    • 发布日期:2015-07-02
    • 文件大小:1.87mb
    • 提供者:anfangde
  1. Gauss_E_Pivoting

    1下载:
  2. Gaussian Elimination with partial pivoting (LU factorization)
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:560byte
    • 提供者:Ji Hye Park
  1. tridiagSolvers

    0下载:
  2. tridiagLU Obtain the LU factorization of a tridiagonal matrix-tridiagLU Obtain the LU factorization of a tridiagonal matrix
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4.25kb
    • 提供者:hamideh
  1. plu

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

    • 发布日期:2017-04-11
    • 文件大小:1.17kb
    • 提供者:katore vishal
  1. slu

    0下载:
  2. LU factorization of a square matrix using *no row exchanges*.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:831byte
    • 提供者:katore vishal
  1. splu

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

    • 发布日期:2017-04-08
    • 文件大小:1.12kb
    • 提供者:katore vishal
  1. CGandLU

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

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

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

    • 发布日期:2017-04-02
    • 文件大小:1.69kb
    • 提供者:陈轩
  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
    • 文件大小:5.08kb
    • 提供者:
  1. doolittle

    0下载:
  2. LU分解在本质上是高斯消元法的一种表达形式。实质上是将A通过初等行变换变成一个上三角矩阵,其变换矩阵就是一个单位下三角矩阵。这正是所谓的杜尔里特算法(Doolittle algorithm):从下至上地对矩阵A做初等行变换,将对角线左下方的元素变成零,然后再证明这些行变换的效果等同于左乘一系列单位下三角矩阵,这一系列单位下三角矩阵的乘积的逆就是L矩阵,它也是一个单位下三角矩阵。 这类算法的复杂度一般在左右,对充分消元的分解则不然。 -LU decomposition is esse
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:764byte
    • 提供者:王伟
  1. slv

    0下载:
  2. TCodes, for Tcodes,...LU factorization to solve AX=B
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:826.7kb
    • 提供者:vicky
  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
    • 文件大小:886byte
    • 提供者: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-factorization

    0下载:
  2. LU分解的过程演示,本人原创,测试无误,内含详细注释。-LU decomposition procedure demonstrates I originality, test correct, containing detailed notes.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1.27kb
    • 提供者:huyunq
  1. LU

    0下载:
  2. 这是matlab中进行矩阵LU分解的代码。是一个包,集合了模拟LU分解所需的函数文件。-A function for matrix LU factorization.This is the first function.There are another three function named "bslashtx","forward","backsubs".
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2.94kb
    • 提供者:余思勰
  1. LU_DecomME1

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

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

    0下载:
  2. 实现矩阵的LU最大主元分解,方便快捷有效,可以查看分解过程,适合初学者-Achieve maximum principal component matrix LU decomposition, convenient and effective, you can view the decomposition process, suitable for beginners
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.88kb
    • 提供者:YeePhon Lae
  1. LU-Factorization

    0下载:
  2. The function decomposes the matrix A into a lower triangular matrix L and an upper triangular matrix U, using Crout s method such that A=LU. Input variables: A The matrix of coefficients. Output variable: L Lower triangular matrix. U Uppe
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:57.69kb
    • 提供者:Zolo
« 12 3 »
搜珍网 www.dssz.com