CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - lu factorization
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - lu factorization - List
[
Other
]
LU
DL : 0
1. Using LU factorization method to solve the following tri-diagonal system for n=10 and 100
Update
: 2008-10-13
Size
: 566byte
Publisher
:
吕鹏
[
Mathimatics-Numerical algorithms
]
slu_dist.ps
DL : 0
稀疏矩阵分解的最好方法之一,LU分解,快速高效的分解矩阵-sparse matrix factorization one of the best ways, LU decomposition, fast and efficient decomposition matrix
Update
: 2025-02-19
Size
: 139kb
Publisher
:
wang
[
Algorithm
]
LU_decompostion
DL : 2
矩阵的LU分解的改进型算法。优点是快捷-matrix factorization of the improved algorithm. Advantage is speed.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
llt
[
Algorithm
]
cad01
DL : 0
用LU分解实现解方程,用visual C++编写,可以使用一下-with factorization of solving equations, using visual C, can use this to s
Update
: 2025-02-19
Size
: 259kb
Publisher
:
wu
[
Other
]
LU
DL : 0
1. Using LU factorization method to solve the following tri-diagonal system for n=10 and 100 -1. Using LU factorization method to solve the following tri-diagonal system for n = 10 and 100
Update
: 2025-02-19
Size
: 1kb
Publisher
:
吕鹏
[
Mathimatics-Numerical algorithms
]
GEE
DL : 0
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 functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=lu(A), and so on). They are presented here merely to illustrate and educate. "Real" production code should use backslash and lu, not this package.
Update
: 2025-02-19
Size
: 10kb
Publisher
:
Allan KAO
[
Algorithm
]
ldiv
DL : 0
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 functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=lu(A), and so on). They are presented here merely to illustrate and educate. "Real" production code should use backslash and lu, not this package.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
Allan KAO
[
Algorithm
]
superlu_3.1.tar
DL : 0
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 perform an LU decomposition with partial pivoting and triangular system solves through forward and back substitution. The LU factorization routines can handle non-square matrices but the triangular solves are performed only for square matrices. The matrix columns may be preordered (before factorization) either through library or user supplied routines. This preordering for sparsity is completely separate from the factorization. Working precision iterative refinement subroutines are provided for improved backward stability. Routines are also provided to equilibrate the system, estimate the condition number, calculate the relative backward error, and estimate error bounds for the refined solutions. -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
Update
: 2025-02-19
Size
: 1.87mb
Publisher
:
anfangde
[
Other
]
KLU-1.1.0.tar
DL : 0
对稀疏矩阵进行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 SIAM News.
Update
: 2025-02-19
Size
: 547kb
Publisher
:
aaq
[
matlab
]
Gauss_E_Pivoting
DL : 0
Gaussian Elimination with partial pivoting (LU factorization)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
Ji Hye Park
[
matlab
]
tridiagSolvers
DL : 0
tridiagLU Obtain the LU factorization of a tridiagonal matrix-tridiagLU Obtain the LU factorization of a tridiagonal matrix
Update
: 2025-02-19
Size
: 4kb
Publisher
:
hamideh
[
Algorithm
]
doolittle
DL : 0
LU分解在本质上是高斯消元法的一种表达形式。实质上是将A通过初等行变换变成一个上三角矩阵,其变换矩阵就是一个单位下三角矩阵。这正是所谓的杜尔里特算法(Doolittle algorithm):从下至上地对矩阵A做初等行变换,将对角线左下方的元素变成零,然后再证明这些行变换的效果等同于左乘一系列单位下三角矩阵,这一系列单位下三角矩阵的乘积的逆就是L矩阵,它也是一个单位下三角矩阵。 这类算法的复杂度一般在左右,对充分消元的分解则不然。 -LU decomposition is essentially a Gaussian elimination method expression. A substance is through the primary transformation into an upper triangular matrix, the transformation matrix is a unit lower triangular matrix. This is the so-called Duerlite algorithms (Doolittle algorithm): from the bottom row of the matrix A do elementary transformation, the diagonal elements into the bottom left of zero, and then show the effect of these lines is equivalent to transform the left by a unit lower triangular matrix, this series of unit lower triangular matrix inverse is the product of L matrices, it is also a unit lower triangular matrix. The complexity of these algorithms is generally about the full elimination of the decomposition is not.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
王伟
[
Console
]
LU
DL : 0
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. This decomposition is used in numerical analysis to solve systems of linear equations or calculate the determinant of a matrix.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
James
[
matlab
]
slv
DL : 0
TCodes, for Tcodes,...LU factorization to solve AX=B
Update
: 2025-02-19
Size
: 827kb
Publisher
:
vicky
[
matlab
]
LU-factorization
DL : 0
LU分解的过程演示,本人原创,测试无误,内含详细注释。-LU decomposition procedure demonstrates I originality, test correct, containing detailed notes.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
huyunq
[
matlab
]
LU
DL : 0
这是matlab中进行矩阵LU分解的代码。是一个包,集合了模拟LU分解所需的函数文件。-A function for matrix LU factorization.This is the first function.There are another three function named "bslashtx","forward","backsubs".
Update
: 2025-02-19
Size
: 3kb
Publisher
:
余思勰
[
Process-Thread
]
lu
DL : 0
纯OpenMP实现LU分解的并行算法,包含代码和运行结果-Pure OpenMP implementation of parallel LU factorization algorithm, including the results of the code and run
Update
: 2025-02-19
Size
: 31kb
Publisher
:
查修齐
[
matlab
]
LU-factorization
DL : 0
实现矩阵的LU最大主元分解,方便快捷有效,可以查看分解过程,适合初学者-Achieve maximum principal component matrix LU decomposition, convenient and effective, you can view the decomposition process, suitable for beginners
Update
: 2025-02-19
Size
: 2kb
Publisher
:
YeePhon Lae
[
assembly language
]
lu
DL : 0
数值代数的LU分解c++实现 数值代数的LU分解c++实现-LU factorization LU factorization LU factorization LU factorization LU factorization LU factorization LU factorization
Update
: 2025-02-19
Size
: 1kb
Publisher
:
Jack
[
matlab
]
LU-Factorization
DL : 0
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 Upper triangular matrix.
Update
: 2025-02-19
Size
: 58kb
Publisher
:
Zolo
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.