svd_reconstruction {RaJIVE} | R Documentation |
Computes UDV^T to get the approximate (or full) X matrix.
svd_reconstruction(decomposition)
decomposition |
List. List with entries 'u', 'd', and 'v'from the svd function. |
Matrix. The original matrix.