搜索资源列表
lanczos_mine
- 对称矩阵的lanczos算法matlab程序-symmetric matrix algorithm Matlab procedures lanczos
518854-BandlanczosMethod.f90
- lanczos算法 计算矩阵特征值 说明要这么长干嘛,说清楚就好了啊-lanczos algorithm for eigvalue
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
FFT1
- 基于Danielson lanczos算法 1024点FFT运算-Danielson lanczos algorithm for fft
lanczos_full_reorth1
- lanczos algorithm for tridiagunalization of a matrix.
Famous-Numerical-Iteration-algorithm
- 提供几种著名的大型线性方程组迭代算法,包括CG、PCG、lanczos、MINRES-Several well-known large-scale linear equations iterative algorithm, including CG, PCG, lanczos, MINRES
SVDLIBC-win
- SVDLIBC是一个使用lanczos算法计算稀疏矩阵SVD(奇异值分解)的C语言函数库,原本在只能Linux下编译,这个版本是对其进行修改后的windows版本,可以在VC++或MinGW下使用。-SVDLIBC is a C library computing the SVD(Singular Value Decomposition) of a sparse matrix using the lanczos algorithm. Originally, it can only compile
lanczosminrescg
- 内含高等数值分析中lanczos过程.minre算法,cg法的matlab程序-Contains advanced numerical analysis lanczos process. Minre algorithm, cg method matlab program
lansvd
- lansvd分解算法,先对矩阵进行lanczos分解,再进行svd奇异值分解。代码里面含有注释。-lansvd decomposition algorithm, first lanczos the matrix decomposition, then svd singular value decomposition. Code which contains comments.
lanczos
- lanczos方法求解方程组的matlab算法-lanczos method for solving equations matlab algorithm
lanczos
- lanczos algorithm No Orthogonalization
CG_lanczos_MINRES
- 包含CG、Minres和lanczos算法及LU和QR分解等多种算法,可以很好的适用于1000阶及其以上矩阵的计算,绘制残差与步数的关系图-Contains CG, Minres and lanczos algorithm and LU and QR decomposition of a variety of algorithms, it can be a good step for calculating 1000 and above the matrix, and the number of
numerical-algorithms
- matlab 实现几个常用的解线性方程组的数值算法。包括共轭梯度法、预处理共轭梯度法、SOR、lanczos.-matlab implementation of several commonly used numerical algorithm for solving linear equations. Including the conjugate gradient method, preconditioned conjugate gradient method, SOR, lanczos.
CG_MINRES_lanczos
- 用共轭梯度法_MINRES_lanczos等迭代算法解线性方程组,清华大学李津老师高等数值分析大作业(This is the homework of Li Jin's higher numerical analysis course of Tsinghua University. We use the conjugate gradient method, MINRES method and lanczos algorithm to solve the linear equations.)