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

搜索资源列表

  1. LU

    0下载:
  2. 1. Using LU factorization method to solve the following tri-diagonal system for n=10 and 100
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:566
    • 提供者:吕鹏
  1. UMFPACK

    1下载:
  2. UMFPACK: unsymmetric multifrontal sparse LU factorization package
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1737517
    • 提供者:mebao
  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
    • 文件大小:10863
    • 提供者: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
    • 文件大小:1399
    • 提供者: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
    • 文件大小:1956097
    • 提供者:anfangde
  1. KLU-1.1.0.tar

    0下载:
  2. 对稀疏矩阵进行LU分解,可用于电路仿真、FEM求解等 C语言-KLU is a sparse LU factorization algorithm well-suited for use in circuit simulation. KLU is a sparse LU factorization algorithm well-suited for use in circuit simulation. It was highlighted in the May 2007 issue of SIA
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:560018
    • 提供者:aaq
  1. Gauss_E_Pivoting

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

    • 发布日期:2017-03-31
    • 文件大小:560
    • 提供者: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
    • 文件大小:4357
    • 提供者:hamideh
  1. plu

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

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

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

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

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

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

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

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

    0下载:
  2. In linear algebra, LU decomposition (also called LU factorization) is a matrix decomposition which writes a matrix as the product of a lower triangular matrix and an upper triangular matrix. The product sometimes includes a permutation matrix as well
  3. 所属分类:Console

    • 发布日期:2017-03-27
    • 文件大小:1920
    • 提供者:James
  1. slv

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

    • 发布日期:2017-03-30
    • 文件大小:846539
    • 提供者:vicky
  1. LU-factorization

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

    • 发布日期:2017-04-01
    • 文件大小:1298
    • 提供者: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
    • 文件大小:3015
    • 提供者:余思勰
  1. lu

    1下载:
  2. 纯OpenMP实现LU分解的并行算法,包含代码和运行结果-Pure OpenMP implementation of parallel LU factorization algorithm, including the results of the code and run
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:31429
    • 提供者:查修齐
  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
    • 文件大小:1923
    • 提供者:YeePhon Lae
  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
    • 文件大小:1016
    • 提供者:Jack
  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
    • 文件大小:59077
    • 提供者:Zolo
« 12 3 »
搜珍网 www.dssz.com