Just read something where it says to decompose a vector, say A.
[U S V]=svds(A,2).
Now, the document says to use the D and P of the decomposed vector in some other function. I guess, D is the diagonal elements S. What is P indicate ?
I guess, its a stupid question but I just cant figure it out.