搜索资源列表
NumericalLinearAlgebra
- 数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 householder.m QR因子分
Modi_Gram_S
- modified Gram-Schmidt (reduced QR factorization). A is a m-by-n matrix(m>=n)
Gram_S
- classical Gram-Schmidt(unstable) (reduced QR factorization).A:m-by-n matrix. (m>=n)Q:m-by-n unitary matrix.R:n-by-n upper triangular.-classical Gram-Schmidt(unstable) (reduced QR factorization).A:m-by-n matrix. (m>=n)Q:m-by-n unitary matrix.R:
222
- 比较经典格拉姆施密特QR正交分解的matlab源程序-Comparison of the classical Gram Schmidt QR orthogonal decomposition matlab source
111
- 编辑经典的和修正的格拉姆施密图QR正交化,并用算例比较其区别-Edited and revised the classic Gram Schmidt QR orthogonal graph and compare the difference between a numerical example
Gram-Schmidt-QR-decomposition
- fortran科学计算与工程。Gram-Schmidt正交化计算QR分解,进行矩阵的计算。-fortran scientific computing and engineering. Gram-Schmidt orthogonalization computing the QR decomposition, the matrix calculation.
QR_MATLAB
- QR 分解 (包括Householer, Givens, 经典Gram Schmidt, 修正的GS methods)-QR factorization including Householer, Givens, CGS, MGS
Gram-SchmidtQR
- Gram-Schmidt正交化计算QR分解,经典数值计算方法。fortran程序-gram-schmidt orthogonal calculate qr decomposition, the classic method of numerical calculation, fortran program!
Programs
- Gram-Schmidt QR分解 Householder QR 分解 Given-Rotation QR 分解 Fast Given-Rotation QR分解 Upper Hessenberg矩阵 -Gram-Schmidt QR decomposition Householder QR decomposition Given-Rotation QR decomposition Fast Given-Rotation QR decomposition Upper Hess
QR-decomposition
- 矩阵A的QR分解.应用改进的Gram—Schmidt方法和Householder变换的方法计算矩阵A的QR分解.-QR decomposition of the matrix A. Application of modified Gram-Schmidt method and the method of calculation Householder transformation matrix A QR decomposition.
LuQrmatrix-decomposition
- 完成关于矩阵分解的LU、QR(Gram-Schmidt)、Orthogonal Reduction (Householder reduction 和Givens reduction)程序实现,要求如下: 1、一个综合程序,根据选择参数的不同,实现不同的矩阵分解; 2、可以用matlab等编写程序,需附上简单的程序说明,比如参数代表什么意思,输入什么,输出什么等等; 不能为直接调用matlab等函数库;-Complete LU decomposition on the matrix
matrix-factorial
- 要求完成课堂上讲的关于矩阵分解的LU、QR(Gram-Schmidt)、Orthogonal Reduction (Householder reduction 和Givens reduction)程序实现,要求如下: 1、一个综合程序,根据选择参数的不同,实现不同的矩阵分解; 2、可以用matlab等编写程序,需附上简单的程序说明,比如参数代表什么意思,输入什么,输出什么等等; 3、一定是可执行文件,不能是word或者txt文档。附上源代码,不能为直接调用matlab等函数库
Gram-Schmidt--QR
- Gram-Schmidt正交化计算QR分解-Gram-Schmidt orthogonalization calculation QR decomposition
QR_Decomposition
- 使用格莱姆施密特方法的QR分解程序,附带函数拟合以及图像-Graeme Schmidt method using QR decomposition process
QR-decomposition_md_qrs
- 矩阵分析与应用,使用施密特正交化方法实现矩阵的QR分解-QR decomposition of matrix using the Schmidt method