搜索资源列表
LUFPGA
- Sparse LU Decomposition using FPGA,使用fpga实现lu分解的算法实现-Sparse LU Decomposition using FPGA, using the FPGA to achieve lu decomposition algorithm
LU
- 文档详细介绍了矩阵的LU分解,对于C编程者来说,是很好的理论知识的储备。-Document details the LU decomposition of the matrix for C programmers, it is a good theoretical knowledge of the reserves.
main-Gauss----
- 列主元消去法,LU分解,及最小二乘法的matlab- main Gauss method, LU triangular decomposition, Romberg (Romberg) algorithm, least square method Matlab procedures and operation results
LUDecomposition
- 矩阵的LU分解,矩阵分解中一个非常重要的分解原理。-LU decomposition of the matrix, the matrix decomposition decomposition of a very important principle.
LU_Decomposition_with_Pivoting_NUM_(AX=B)
- Solving AX=B by using LU Decomposition with Pivoting
LU_Decomposition_without_Pivoting_(AX=B)
- Solving AX=B by using LU Decomposition without Pivoting
hw3-(6)
- LU Decomposition , with generalized and with out generalized . clear explanation was given to understanding, it very useful one for numerical analysis.