搜索资源列表
yuanma
- 1.大型稀疏线性方程组的求解 A*X=b 。 2. 一维数组冒泡法排序算法 4.矩阵求逆 5. 改进的牛顿算法——弦割法 -1. Large sparse linear equations, the solution X = A * b. 2. One-dimensional array Bubble Act Sorting Algorithm 4. 5 matrix inversion. Improv
achol0
- 用全选主元高斯—约当消去法求解系数矩阵为稀疏矩阵的大型方程组
jacobi
- 雅克比迭代法,用于解决大型稀疏矩阵的方程组求解。
chenagaus
- 求解大型稀疏方程组的全选主元高斯-约当消去法--返回零表示原方程组的系数矩阵奇异,返回的标志值不为零,则表示正常返回。-solving large sparse linear system-wide elections PCA Gauss-Jordan elimination method -- to return to the original equation is expressed by the coefficient matr
gmres_m
- gmres算法的一个特殊形式,用来求解大型稀疏矩阵方程-gmres algorithm a special form used to solve large sparse matrix equation
chenagaus
- 求解大型稀疏方程组的全选主元高斯-约当消去法--返回零表示原方程组的系数矩阵奇异,返回的标志值不为零,则表示正常返回。-solving large sparse linear system-wide elections PCA Gauss-Jordan elimination method-- to return to the original equation is expressed by the coefficient matri
gmres_m
- gmres算法的一个特殊形式,用来求解大型稀疏矩阵方程-gmres algorithm a special form used to solve large sparse matrix equation
yuanma
- 1.大型稀疏线性方程组的求解 A*X=b 。 2. 一维数组冒泡法排序算法 4.矩阵求逆 5. 改进的牛顿算法——弦割法 -1. Large sparse linear equations, the solution X = A* b. 2. One-dimensional array Bubble Act Sorting Algorithm 4. 5 matrix inversion. Improve
achol0
- 用全选主元高斯—约当消去法求解系数矩阵为稀疏矩阵的大型方程组-Select All PCA with Gauss- Jordan elimination method to solve the coefficient matrix for a large sparse matrix equations
gmres
- 大型稀疏矩阵的存储,用于方程组求解,可以直接调用,比较方便-Large-scale sparse matrix storage, for solving equations can be directly invoked, more convenient
smartinv
- 通过求解LU分解解线性方程组 大型稀疏矩阵LU分解有用的是容易计算的。不是最快的方式来计算逆矩阵,但要避免消耗储存的问题-computing selected entries of the inverse, by solving a sequence of linear equations after doing an LU factorization. Useful for large sparse matrix which
MUMPS_4.9.2.tar
- MUMPS_4.9.2 稀疏线性求解,可以求解大型稀疏矩阵-MUMPS_4.9.2 sparse linear solution, can solve a large sparse matrix
LSQR
- LSQR方法 求解大型稀疏矩阵的稳定可靠方法 A[M][N]·x[N]=b[M]-LSQR method for stable and reliable method for solving large sparse matrix A [M] [N] x [N] = b [M]
Arnold.tar
- 求解大型稀疏矩阵特征值的ARNOLD算法,利用矩阵的稀疏性降低算法的复杂度-the algorithm is to calculate the eigenvalue and eigenvector of the large sparse matrix
ICCG fortran程序 带算例
- 该程序代码实现大型稀疏矩阵的求解,经调试可用
SPARSKIT2
- GMRES作者SEAD的工具包,包括各种求解大型稀疏矩阵的FORTRAN代码-GMRES author SEAD toolkit, including a variety of large sparse matrices FORTRAN code
gmres
- gmres 方法。视图求解线性方程组A*x=b的解x。nXn的稀疏矩阵A必须是方程且应是大型稀疏矩阵。列向量b的长度必须为n。-gmres method. View solving linear equations A* x = b the solution x. nXn sparse matrix A must be equation and should be large sparse matrix. The length of t
SuperLU
- SUPERLU求解线性方程组,主要针对大型稀疏矩阵的求解。可以进行并行加速。-SUPERLU solve the leaner equation system
hw
- 大型稀疏矩阵求逆,采用通过U、L分解的方法求解-Large sparse matrix inversion, through the L, U decomposition
FGMRES
- 利用灵活的广义最小残差法(FGMRES)求解矩阵的子程序(a subroutine to solve the linear equations by the Flexible Generalized Minimal Residual Algorithm (FGMRES))