搜索资源列表
SPARSKIT2.tar.gz
- 这是Yousef Saad编写的矩阵运算的Fortran软件包(A basic tool-kit for sparse matrix computations (Version 2),包含常见的排序,预处理(ILU分解等),Krylov子空间迭代法,以及有限差分等方法得到的算例等。有不少很实用的子程序(比如稀疏矩阵相加、相乘等等,可以学习专家的设计哟!)。极力向学习大型线性方程组数值解的人推荐(不足之处就是Fortran实现,本人觉得还是C语言好)。,Yousef Saad This is pr
krylov
- 求解线性系统的Krylov方法的工具箱,包括经典的CG、GMRES等方法。-Solving Linear Systems Toolbox Krylov methods, including the classic CG, GMRES, etc..
sixpack-2.3.7
- Sixpack is a library of solvers that may be used to solve structured finite volume and finite difference discretisations of PDE s. The solvers include static methods like Jacobi s Method, SOR, SSOR, RBSOR, incomplete factorisation methods like ILU, I
EIGENR
- SUBROUTINE TO FIND ALL REAL EIGENVALUES & EIGENVECTORS OF A REAL MATRIX [A]nxn 1. Characteristic Polynomial by the Leverrier Method 2. Eigenvalues (roots) of the Characteristic Polynomial by the Bairstow Method 3. Eigenvectors by t
ML_Automata
- Learning Automata Algorithms A collection of machine learning programs which contains some of Learning Automata algorithms such as Tsetline, Krinisky, Krylov, LRI, LIP, LRR, LReP, SoftMax, SampleAverage and Random strategy. All of these develope
ModelOrderReductionAlgorithms
- 自动控制方法中的状态空间模型参数降秩数学算法,分别为 SVD-based method; Krylov-based Order Reduction--Lanczos algorithm; Krylov-based Order Reduction--Modified Lanczos algorithm; Krylov-based Order Reduction--The Arnoldi-algorithm; -Model Order Reduction Algorithms f
Iterative_Methods_for_Sparse_Linear_Systems
- Yousef Saad 的稀疏线性系统的迭代方法。包含预处理,Krylov子空间迭代法等内容。-iterative methods for sparse linear systems
KrylovSubspceMethod
- Krylov subspace作为一种迭代方法,在求解非线性方程组方面发挥巨大作用,这个ppt和大家分享-Krlov subspace method
ErrorControlleds
- Error-Controlled Model Reduction in Flexible Multibody Dynamics.非常难得,对学习krylov方法有很多的用处,欢迎联系讨论-Error-Controlled Model Reduction in Flexible Multibody Dynamics. Very rare, there are many ways of learning krylov useful, please contact to discuss
Arnoldi
- 快速的Arnoldi算法用于计算Krylov空间的生成-Arnoldi for Krylov space
Krylov
- Krylov Fixed Structure Automata in Cellular Automata Matlab Code
Newtons-Method
- 牛顿法的相关资料,包括直接法,krylov子空间法,broyden法-newton iterative methods
krylov
- Krylov numerical algorithm in CSharp
BICG
- BICG算法,是Krylov子空间的迭代方法之一-The BICG algorithm is one of the Krylov subspace iteration method
Krylov
- krylove matlab source code
Krylov
- krylov fixed structure automata
bigrad_stab_matlab
- In numerical linear algebra, the biconjugate gradient stabilized method, often abbreviated as BiCGSTAB, is an iterative method developed by H. A. van der Vorst for the numerical solution of nonsymmetric linear systems. It is a variant of the biconjug
Krylov
- Krylov子空间方法及其并行计算,流体力学计算,结构有限元分析。-Krylov subspace methods and parallel computing, computational fluid dynamics, finite element analysis.
KRYLOV
- KRYLOV EIGENVECTOR SOLUTION
bksvd-master
- block krylov 子空间近似 SVD 分解(Approximate SVD decomposition of block Krylov subspace)