由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - Question: What is the complexity of finding eigenvalue decompostion of a real symmetric mtrix?
相关主题
线性代数一问upper bound of eigenvalues
Question[求教]请各位推荐解大型矩阵的子程序 (转载)
求助: 3*3 matrix eigenvalue problemMatlab的eigs函数
关于超大型矩阵的算法need help for a chanllenging sparse matrix computation problem
Matlab计算精度请教我也有一个对角化的问题
问个matlab的eigs的问题高维 PCA
where to find C++ codes for PCA and CA?determinant again
求一个特殊矩阵的特征值如何用CUDA同时计算几百个实对称矩阵的eigenvalues/eigenvecot
相关话题的讨论汇总
话题: symmetric话题: what话题: complexity话题: question话题: mtrix
进入Computation版参与讨论
1 (共1页)
j**********t
发帖数: 12
1
Suppose A is a real and symmetric nxn matrix, what is the complexity to find
V and D such that A = V*D*V', is it n^3 or n^2? Thanks
h**********k
发帖数: 168
2
n^3 in matlab. can be worse in some other implementations.
d*****l
发帖数: 8441
3
If the matrix is special, it might be possible to reduce it, I guess.
1 (共1页)
进入Computation版参与讨论
相关主题
如何用CUDA同时计算几百个实对称矩阵的eigenvalues/eigenvecotMatlab计算精度请教
问一下2d/3d的fast sovler问个matlab的eigs的问题
skewness in sas?where to find C++ codes for PCA and CA?
[转载] 有没有这样现成的模型求一个特殊矩阵的特征值
线性代数一问upper bound of eigenvalues
Question[求教]请各位推荐解大型矩阵的子程序 (转载)
求助: 3*3 matrix eigenvalue problemMatlab的eigs函数
关于超大型矩阵的算法need help for a chanllenging sparse matrix computation problem
相关话题的讨论汇总
话题: symmetric话题: what话题: complexity话题: question话题: mtrix