u,s,vh = svd(dot(Phi.T,asarray(Lambda)**3 - (gamma/p) * dot(Lambda, diag(diag(dot(Lambda.T,Lambda)))))) #奇异值分解svd
有大神知道求因子旋转矩阵方法这里面这一步的原理是什么吗?
相似问题