CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - LU matrix
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - LU matrix - List
[
Mathimatics-Numerical algorithms
]
LU
DL : 1
数值分析算法矩阵的LU分解法-numerical analysis algorithm matrix LU decomposition
Update
: 2025-02-19
Size
: 1kb
Publisher
:
侃侃
[
Other
]
LU
DL : 1
矩阵的LU分解,通过此分解可以求解方程组-LU matrix decomposition, this decomposition can solve the equations
Update
: 2025-02-19
Size
: 1kb
Publisher
:
sharpsword
[
Other
]
LU
DL : 0
数值分析中LU分解法解结构矩阵问题,Visual C#源代码-Numerical analysis of LU decomposition method solution of the problem structure matrix, Visual C# Source code
Update
: 2025-02-19
Size
: 1kb
Publisher
:
王大和
[
MPI
]
lu
DL : 0
这是用并行程序语言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.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
印凤行
[
Algorithm
]
Matrix
DL : 0
一些矩阵运算的函数,包括两个矩阵相加,两个矩阵相减,两个矩阵相乘,矩阵复制,矩阵求逆的全选主员高斯-约当法,矩阵的三角分解(LU分解),求Hessenberg矩阵全部特征根的QR法,约化一般实矩阵为Hessenberg矩阵的初等相似变换-A function of a number of matrix operations, including the sum of two matrices, subtract two matrices, the two matrices, matrix duplicate, matrix inversion Select All the main members of the Gaussian- about when the law, the triangular matrix decomposition (LU decomposition ), seeking Hessenberg eigenvalue matrix of all the QR method, some of the general real matrix to Hessenberg Matrix elementary similarity transformation
Update
: 2025-02-19
Size
: 4kb
Publisher
:
chen changqing
[
Special Effects
]
LU
DL : 0
LU分解课件,用来求解逆矩阵。一般用在图像处理及机器视觉等方面-Courseware LU decomposition to solve the inverse matrix. Generally used in image processing and machine vision, etc.
Update
: 2025-02-19
Size
: 270kb
Publisher
:
lihongsheng
[
Windows Develop
]
matrix
DL : 0
LU矩阵分解串行算法,一个矩阵拆分成两个三角矩阵乘积-Serial LU matrix factorization algorithm
Update
: 2025-02-19
Size
: 1kb
Publisher
:
cherish
[
Other
]
LU
DL : 1
LU分解法用于解方程组,且同时输出LU分解矩阵-LU decomposition method for solution of equations, LU decomposition and at the same time the output matrix
Update
: 2025-02-19
Size
: 3kb
Publisher
:
hgyvjuyvk
[
Other
]
lu
DL : 0
态矩阵控制单变量的,可以很容易修改成需要的相应程序-Dynamic Matrix Control of a single variable, can be easily modified to the needs of the corresponding procedures
Update
: 2025-02-19
Size
: 4kb
Publisher
:
路
[
Algorithm
]
LU
DL : 0
利用高斯消元列选主元法进行矩阵的LU分解和利用此分解解线性方程组-LU matrix factorization and use this decomposition of Linear Equations
Update
: 2025-02-19
Size
: 2kb
Publisher
:
陈轩
[
Algorithm
]
Lu
DL : 0
LU matrix decomposition in C-LU matrix decomposition in C++
Update
: 2025-02-19
Size
: 2kb
Publisher
:
pm
[
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
]
Matrix-by-LU-decomposition
DL : 0
在Matlab中输入任意矩阵,就可进行LU分解。-Matrix by LU decomposition
Update
: 2025-02-19
Size
: 1kb
Publisher
:
谢连斌
[
Algorithm
]
lu
DL : 0
矩阵相乘的LU算法,采用行连续划分策略,MPI并行实现。-LU matrix multiplication algorithm, using line continuous partitioning strategy, MPI parallel implementation.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
NeoLi
[
Other
]
LU
DL : 0
LU矩阵,如何使用LU矩阵求解高斯矩阵的解-LU matrix
Update
: 2025-02-19
Size
: 3kb
Publisher
:
张焓韡
[
matlab
]
lu-matrix-decomposition
DL : 0
lu 矩阵分解,实现了基于高斯约旦方法的lu分解-matrix decomposition
Update
: 2025-02-19
Size
: 1kb
Publisher
:
way
[
Algorithm
]
LU、QR、SVD
DL : 0
本函数可以实现矩阵的LU变换、QR变换、SVD变换,开发环境为Matlab(This function can realize the matrix of the LU transform, QR transform, SVD transform, development environment for Matlab)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
MagicOrchid
[
Mathimatics-Numerical algorithms
]
LU
DL : 0
可以用该程序数值求解矩阵,具有详细的注释,理解LU分解法求线性方程组的算法原理(The program can be used to solve the matrix, with detailed notes, understanding the LU decomposition method for solving linear equations algorithm principle)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
justgettingstarted
[
Algorithm
]
LU
DL : 0
三阶矩阵LU分解,在DAT文件里写入矩阵系数值,输出得到矩阵对应的L阵和U阵(LU decomposition of three order matrix)
Update
: 2025-02-19
Size
: 100kb
Publisher
:
CFDER
[
Algorithm
]
LU Matrix Factorization
DL : 0
使用C语言在xilinx 平台上实现N阶可逆矩阵分解(The realization of N order reversible matrix decomposition on the Xilinx platform using C language)
Update
: 2025-02-19
Size
: 1.57mb
Publisher
:
ayasp
«
1
2
3
4
5
6
7
8
9
10
...
13
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.