搜索资源列表
LU decomposition
- LU decomposition with partial pivoting
LU分解法求解线性方程组.zip
- LU分解法求解线性方程组的VB.NET源码.里面有详细的使用说明.,LU decomposition method for solving linear equations of VB.NET source. There are detailed instructions.
lu.rar
- 这是用并行程序语言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.
dolittle
- 实现了数值分析课程中的dolittle LU分解法 可以直接运行-Numerical analysis course to achieve the dolittle LU decomposition can be run directly
LU
- LU分解解3对角方程组 fortran子例程-LU decomposition of solutions of 3 pairs of diagonal equations fortran subroutine
LUdep
- 一个不错的矩阵LU分解的并行算法的MPI源程序-a MPI source code for LU decomposition s parallel algorithm
LU
- 数值分析中LU分解法解结构矩阵问题,Visual C#源代码-Numerical analysis of LU decomposition method solution of the problem structure matrix, Visual C# Source code
LU
- LU decomposition code
LU
- LU分解课件,用来求解逆矩阵。一般用在图像处理及机器视觉等方面-Courseware LU decomposition to solve the inverse matrix. Generally used in image processing and machine vision, etc.
lu
- LU decomposition routines in matlab
LU
- LU分解的串行算法(进行Cache优化),LU分解的多线程实现并行化。-LU decomposition of the serial algorithm (for Cache Optimization), LU decomposition of multi-threaded parallel.
LU
- LU分解法用于解方程组,且同时输出LU分解矩阵-LU decomposition method for solution of equations, LU decomposition and at the same time the output matrix
LUMATLAB
- 本程序为直接LU分解法及其MATLAB程序,用于求解高斯方程组-This procedure for direct LU decomposition method and the MATLAB program for solving equations Gauss
matrix_LUDecomposition
- os : window vista 32bit compiller : visual c++ 6.0 n*n matrix LU Decomposition program
LU
- 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
Matrix-by-LU-decomposition
- 在Matlab中输入任意矩阵,就可进行LU分解。-Matrix by LU decomposition
paralle_lu
- MPI LU decomposition
LU-decomposition-solving-equations
- fortran95-2003科学计算与工程第1章 矩阵分解与线性方程组直接方法LU分解解方程-Scientific Computing and Engineering disc fortran95-2003 each chapter code fortran95-2003 Scientific Computing and Engineering Chapter 1 matrix decomposition and direct methods of linear equations, LU d
LU-decomposition-
- LU分解法解方程,数值计算,C++源码,下载可用-LU decomposition method of solving equations, numerical calculation C++ source, available for download
LU-decomposition
- LU分解(LU Decomposition)是矩阵分解的一种,可以将一个矩阵分解为一个下三角矩阵和一个上三角矩阵的乘积(有时是它们和一个置换矩阵的乘积)。LU分解主要应用在数值分析中,用来解线性方程、求反矩阵或计算行列式-LU decomposition