搜索资源列表
solution.tar
- 利用LU分解来求解方程的解,方乘的要求是中小型稠密矩阵,算法复杂度为O(n2)-calculate the solution of a equation with LU decomposition
qr1
- Householder变换进行矩阵的QR分解-Householder transform matrix QR decomposition
matlab-SVD
- 奇异值差分理论,对输入的信号矩阵化,并对矩阵进行奇异值分解,完成对信号的分析和处理-Singular value differential theory, the matrix of the input signal, and the matrix singular value decomposition, the completion of signal analysis and processing
reduction
- 输入矩阵的维数以及各个元素,选择矩阵分解的方法,进行分解。 有四种分解方法: 1、LU 分解 2、Gram-schmidt分解 3、Householder分解 4、Givens分解 -matrix decomposition methods
eigen-QR
- C++矩阵QR分解方法,同时求出对应的特征值和实特征值对应的特征向量-QR for solving the eigenvalues and eigenvectors