赞
踩
JacobiSVD<MatrixXd> svd(J, ComputeThinU | ComputeThinV); U = svd.matrixU(); V = svd.matrixV(); A = svd.singularValues();
其中AA 为ΣΣ 对角线元素