搜索资源列表
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.)