搜索资源列表
y2
- y2.c LU分解-y2.c LU decomposition
Proiect_calcul_numeric
- LU algorithm and LU decomposition full CSharp project. Fully functional.
LU
- LU分解法 数值分析课程设计 C语言程序-Numerical analysis of LU decomposition C language program curriculum design
Examine
- 对求解线性方程组的算法进行测试,包括矩阵LU分解算法-Begin the test of the Algorithms used in solving the liner equation, including the LU decomposition
exe2-2-LUdecomposition
- LU分解之Crout分解法。对从文件中读取的A矩阵进行LU分解并输出L矩阵,U矩阵。-Crout LU decomposition decomposition method. Read from the file A matrix LU decomposition and output L matrix, U matrix.
LUcomposition
- LU分解:通过数值分析中的LU分解算法,实现LU分解-LU decomposition: Through numerical analysis LU decomposition algorithm, LU decomposition
LU
- 用C语言编写矩阵LU分解,求出上三角,下三角矩阵,再求出原矩阵的逆-Written in C language matrix LU decomposition, calculated on a triangle, a lower triangular matrix, and then find the inverse of the original matrix
LU.tar
- 基于CUDA的LU分解,可作为求解线性方程组的程序-CUDA based LU decomposition, can be used as the procedure for solving linear equations
LU
- LU分解(LU Decomposition)是矩阵分解的一种,可以将一个矩阵分解为一个单位下三角矩阵和一个上三角矩阵的乘积(有时是它们和一个置换矩阵的乘积)。LU分解主要应用在数值分析中,用来解线性方程、求反矩阵或计算行列式。-LU Decomposition is a matrix of decomposition, a matrix can be decomposed into a unit of the lower triangular matrix and an upper triang