Research Article

Randomized SVD Methods in Hyperspectral Imaging

Algorithm 2

The basic rSVD algorithm.
Input: An matrix and rank with .
Output: The rSVD of : .
  Generate a Gaussian random matrix
  Form the projection of : .
  Construct by Algorithm 1.
  Set .
  Compute the SVD of , .
   .