Revert change

This commit is contained in:
Adarsh Santoria
2023-02-14 21:58:50 +05:30
committed by GitHub
parent ddd491a76a
commit b760dd72ed
@@ -82,9 +82,6 @@ inline void QUIC_SVD::ExtractSVD(const arma::mat& dataset,
arma::vec sigmaBar;
arma::svd(uBar, sigmaBar, vBar, projectedMatSquared);
// vBar was tarnsposed of vBar
vBar = arma::trans(vBar);
// Calculate the approximate SVD of the original matrix, using the SVD of the
// squared projected matrix.
v = basis * vBar;