Welcome![Sign In][Sign Up]
Location:
Search - Lanczos algorithm

Search list

[Other resourcelanczos_mine

Description: 对称矩阵的lanczos算法matlab程序-symmetric matrix algorithm Matlab procedures lanczos
Platform: | Size: 954 | Author: 韩国锋 | Hits:

[Algorithmeig_lanczos

Description: 用lanczos求特征值的matlab程序-with lanczos eigenvalues for the Matlab procedures
Platform: | Size: 1024 | Author: 韩国锋 | Hits:

[Algorithmlanczos_mine

Description: 对称矩阵的lanczos算法matlab程序-symmetric matrix algorithm Matlab procedures lanczos
Platform: | Size: 1024 | Author: 韩国锋 | Hits:

[matlab518854-BandLanczosMethod.f90

Description: lanczos算法 计算矩阵特征值 说明要这么长干嘛,说清楚就好了啊-lanczos algorithm for eigvalue
Platform: | Size: 3072 | Author: 罗邵 | Hits:

[ActiveX/DCOM/ATLBlkLanCom

Description: 生成复杂矩阵,利用lanczos算法。不知道说什么了-Generate complex matrix, use lanczos algorithm. Do not know what to say
Platform: | Size: 2048 | Author: 李亮 | Hits:

[matlabModelOrderReductionAlgorithms

Description: 自动控制方法中的状态空间模型参数降秩数学算法,分别为 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 for Statespace-Model of Automating Systems- Follows are the algorithms: SVD-based method; Krylov-based Order Reduction--Lanczos algorithm; Krylov-based Order Reduction--Modified Lanczos algorithm; Krylov-based Order Reduction--The Arnoldi-algorithm;
Platform: | Size: 4096 | Author: Chen WZ | Hits:

[AlgorithmFFT1

Description: 基于Danielson Lanczos算法 1024点FFT运算-Danielson Lanczos algorithm for fft
Platform: | Size: 1024 | Author: ogrex | Hits:

[matlablanczos_full_reorth1

Description: Lanczos algorithm for tridiagunalization of a matrix.
Platform: | Size: 2326528 | Author: Adam | Hits:

[AlgorithmFamous-Numerical-Iteration-Algorithm

Description: 提供几种著名的大型线性方程组迭代算法,包括CG、PCG、Lanczos、MINRES-Several well-known large-scale linear equations iterative algorithm, including CG, PCG, Lanczos, MINRES
Platform: | Size: 62464 | Author: liya | Hits:

[Otherspecial

Description: 用逼近法计算伽玛函数的值 用Lanczos算法计算伽玛函数的自然对数值 用伽玛函数计算贝塔函数的值 用逼近法计算不完全伽玛函数的值 用逼近法计算不完全贝塔函数的值 用逼近法计算伽玛函数的值 用逼近法计算第二类整数阶贝塞尔函数值 用逼近法计算变型的第一类整数阶贝塞尔函数值 用逼近法计算变型的第二类整数阶贝塞尔函数值 用高斯积分计算误差函数值 用高斯积分计算正弦积分值 用高斯积分计算余弦积分值 用高斯积分计算指数积分值 用逼近法计算指数积分值 用高斯积分计算第一类椭圆积分值 用高斯积分计算第二类椭圆积分值 -The computation of the gamma function with the approximation valueThe computation of the gamma function using the Lanczos algorithm for numerical natureCalculation of beta function with the gamma function valueUsing the approximation method to calculate the incomplete gamma function valueUsing the approximation method to calculate the incomplete Beta function valueThe computation of the gamma function with the approximation valueUsing the approximation method to calculate the second class of integer order Bessel functionsThe first class of integer order Bessel function to calculate the variant of the approximation valueCalculation of second types of integer order Bessel function variant value using the approximation methodThe calculation error function value by the Gauss integralSine integral value calculated by Gauss integralIntegral cosine value calculated by Gauss integralTo calculate the exponential integral value by the Gauss integralCalculation of exponential integral value using
Platform: | Size: 10240 | Author: 吕文旭 | Hits:

[AlgorithmSVDLIBC-win

Description: 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 on Linux. However, with a little adjustment, this version of code can compile on Windows platform with either Visual C++ or MinGW for easy usage.
Platform: | Size: 43008 | Author: Elif Keir | Hits:

[matlablanczosminrescg

Description: 内含高等数值分析中lanczos过程.minre算法,cg法的matlab程序-Contains advanced numerical analysis lanczos process. Minre algorithm, cg method matlab program
Platform: | Size: 2048 | Author: 蓝光 | Hits:

[Otherirl_example.m

Description: implicitly restart lanczos算法matlab function源码-implicitly restart lanczos algorithm matlab function source code
Platform: | Size: 2048 | Author: | Hits:

[matlablansvd

Description: lansvd分解算法,先对矩阵进行lanczos分解,再进行svd奇异值分解。代码里面含有注释。-lansvd decomposition algorithm, first lanczos the matrix decomposition, then svd singular value decomposition. Code which contains comments.
Platform: | Size: 4096 | Author: 大国之约 | Hits:

[Otherfirst_practice_compute

Description: 主要是关于高等数值分析中关于CG法,MINRES法,Lanczos方法解大型稀疏矩阵的matlab算法实现-the matlab code about the advacned value analysis curriculum the algorithm for CG MINRES and Lanczos
Platform: | Size: 3785728 | Author: 饶刚 | Hits:

[matlabLanczos

Description: Lanczos方法求解方程组的matlab算法-Lanczos method for solving equations matlab algorithm
Platform: | Size: 1024 | Author: yang | Hits:

[AlgorithmLanczos

Description: Lanczos Algorithm No Orthogonalization
Platform: | Size: 1024 | Author: Stallion | Hits:

[matlabCG_LANCZOS_MINRES

Description: 包含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 steps to draw the residual graph
Platform: | Size: 8192 | Author: 王睿 | Hits:

[matlabCG_MINRES_LANCZOS

Description: 用共轭梯度法_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.)
Platform: | Size: 7025664 | Author: hejinfeng | Hits:

[matlabnumerical-algorithms

Description: 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.)
Platform: | Size: 3072 | Author: 宋凌 | Hits:
« 12 »

CodeBus www.codebus.net