0
我正在嘗試使用EIGEN庫。特別是我正在使用SVD。Eigen SVD雙鑄
我需要執行此操作的奇異值的計算之後:
svd.singularValues()/svd.singularValues().row(1)
它是由一個標量跌的載體。
我的問題是:
1)爲什麼這種操作給我:
main.cpp:149:56: error: no match for ‘operator/’ (operand types are ‘const SingularValuesType {aka const Eigen::Matrix}’ and ‘Eigen::DenseBase >::ConstRowXpr {aka const Eigen::Block, 1, 1, false>}’)
2)我怎樣才能複製到包含在標準的 「雙」 變量svd.singularValues().row(1)
值是多少?