Algorithm 5.
1: | INPUT: Integer n (dimensions of matrix R) and integer k (with rank of R at most k ⪡ n, see eqn. (2)). |
2: | Construct the random projection matrix (see Section V-B for details on Π and s). |
3: | Compute . |
4: | Compute and return the (at most) k non-zero singular values of , denoted by , i = 1 … k. |
5: | OUTPUT: , i = 1 … k and . |