搜索资源列表
FORTRAN-compilation-algorithm
- 用于科学计算的Fortran 90/95算法源程序,用LU分解进行高斯消元法-This module provides all the subroutines needed to solve the problem: Ax=b using direct methods, based on employing either the LU or PLU factorisation methods.
yy
- 矩阵的LU分解 PLU分解 以及平方根分解-LU decomposition of the matrix square root PLU decomposition and decomposition
PLU
- 将矩阵A进行PLU分解,把矩阵A的上三角部分存放U的元素并覆盖A,把A的严格下三角部分存放L的严格下三角元素并覆盖A-A matrix PLU decomposition, the upper triangular matrix A of the U element and the A, the A of the strict lower triangular part of the L A
LU
- 通过matlab实现的矩阵LU分解,PLU程序相比于LU程序,有所改进-Matrix LU decomposition realized by matlab, PLU program compared to the LU program, improvements
plu1
- plu分解算法 算法实例 适用于数值代数 数值分析等(plu decompose Examples of algorithms are applicable to numerical algebra, numerical analysis, etc.)