搜索资源列表
gmres
- DA型矩阵的算法C++实现gmres算法
GMres
- 数值算法中另一个经典算法gmres算法,用来求解大型矩阵方程问题。-Another classic algorithm gmres algorithm used to solve the problem of large matrix equations.
C++gmres算法
- gmres算法
gmres.rar
- gmres.m为迭代算法GMRES的实现,gmres.m for the implementation of the GMRES iterative algorithm
Gmres
- 解大规模线性方程组的预条件Gmres方法.系数矩阵可以非对称正定.-Solution of large-scale linear equations of the preconditioned GMRES method. Coefficient matrix can be non-symmetric positive definite.
Ryenolds_equation
- 7篇有关雷诺方程的论文 GMRES算法在雷诺方程数值解法中的应用 关于雷诺方程的渐近解 雷诺方程的推导_形式及应用 -Seven papers on the Reynolds equation GMRES algorithm for numerical solution of Reynolds equation in the application on the Reynolds equation of the asymptotic solution of Reynolds Eq
GMRES-analysis
- 一般情况下,GMRES算法收敛速度较慢,为了提高GMRES算法的加速收敛速度,使用预处理技术以加快算法收敛,本文分析了GMRES算法的加速收敛现象并实现之-to introduce convergence analysis and realization of GMRES arithmetic
krylov
- 求解线性系统的Krylov方法的工具箱,包括经典的CG、GMRES等方法。-Solving Linear Systems Toolbox Krylov methods, including the classic CG, GMRES, etc..
Seldon-5.0.1
- Seldon is a C++ library for linear algebra. It provides vectors and matrices: full, sparse, triangular, hermitian, ... It includes interfaces to Blas, Lapack, Mumps, SuperLU and UmfPack. Seldon implements several solvers such as Gmres, BiCgSTAB, Qmr,
gmres
- 求解大型线性方程组的广义极小残量法的源代码-code of GMRES for large linear system solving
GMRES_iter
- GMRES(Generalized minimal residual) Iterative Method. A is a square matrix.
gmres
- 大型稀疏矩阵的存储,用于方程组求解,可以直接调用,比较方便-Large-scale sparse matrix storage, for solving equations can be directly invoked, more convenient
GMRES
- 求解大型线性方程组的GMRES方法,文件显示了详细的算法和原理-For solving large linear equations of the GMRES method, the file shows the detailed algorithm and theory
gmres
- 求解线性方程组的迭代算法中的gmres算法-Solving linear equations iterative algorithm gmres algorithm
library_solvers
- 数值分析中,用BICGSTAB方法和GMRES方法去求解线性方程组的解-Numerical analysis, using BICGSTAB method and GMRES method to the solution of linear equations
GMRES
- matlab,GMRES算法是一种先进的一般线性方程组的迭代算法-matlab, GMRES algorithm
GMRES
- 单精度广义极小残差算法,用于求解大型非对称满秩矩阵。-Generalized minimal residual algorithm for single precision, is used to solve large-scale non-symmetric full rank matrix.
GMRES
- 经典的GMRES算法,用matlab实现,与matlab自带gmres比对成功-Matlab implementation of the GMRES algorithm
GMRES
- GMRES以及CG相关的一些matlab程序,都是投影法相关的。(Some sources about GMRES,CG,etc.)
gmres
- 自己编写的非重启型带双预处理子的gmres程序,在matlab平台编写的(I wrote a non restart GMRES program with dual preprocessor, written on the MATLAB platform.)