搜索资源列表
gmres
- DA型矩阵的算法C++实现gmres算法
GMres
- 数值算法中另一个经典算法gmres算法,用来求解大型矩阵方程问题。-Another classic algorithm gmres algorithm used to solve the problem of large matrix equations.
C++gmres算法
- gmres算法
GMres
- 数值算法中另一个经典算法gmres算法,用来求解大型矩阵方程问题。-Another classic algorithm gmres algorithm used to solve the problem of large matrix equations.
gmres_m
- gmres算法的一个特殊形式,用来求解大型稀疏矩阵方程-gmres algorithm a special form used to solve large sparse matrix equation
OpenNL2
- This OpenNL, a library to easily construct and solve sparse linear systems. * OpenNL is supplied with a set of built-in iterative solvers (Conjugate gradient,BICGSTAB, GMRes) and preconditioners (Jacobi, SSOR). * Op
gmresm_mine
- 计算大型矩阵的一般的gmres算法matlab程序。-large matrix calculation of the general gmres algorithm Matlab procedures.
gmres_mine
- 计算大型矩阵的gmres(前面一个应该是重启动的,发错了)matlab程序。-large matrix calculations gmres (front should be a restart. made the wrong) Matlab procedures.
gmres
- DA型矩阵的算法C++实现gmres算法-DA-type matrix algorithm C++ Realize GMRES 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 asym
GMRES-analysis
- 一般情况下,GMRES算法收敛速度较慢,为了提高GMRES算法的加速收敛速度,使用预处理技术以加快算法收敛,本文分析了GMRES算法的加速收敛现象并实现之-to introduce convergence analysis and realization of GMRES arithmetic
gmres
- gmres.m为迭代算法GMRES的实现-gmres.m for the implementation of the GMRES iterative algorithm
krylov
- 求解线性系统的Krylov方法的工具箱,包括经典的CG、GMRES等方法。-Solving Linear Systems Toolbox Krylov methods, including the classic CG, GMRES, etc..
gmres
- 求解大型线性方程组的广义极小残量法的源代码-code of GMRES for large linear system solving
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
GMRES
- matlab,GMRES算法是一种先进的一般线性方程组的迭代算法-matlab, 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.)