kayj
2008-May-07 21:36 UTC
[R] SVD for a 500, 000* 500, 000 matrix (singular value decomposition)
Hi, I tried to run SVD on a 500,000* 500,000 matrix and i get a message that it can not allocate a vector of length 270 mb doe snayone know how to solve this problem? any ideas on other softwares where I can do this? I appreciate your help thanks -- View this message in context: http://www.nabble.com/SVD-for-a-500%2C000*-500%2C000-matrix-%28singular-value-decomposition%29-tp17115286p17115286.html Sent from the R help mailing list archive at Nabble.com.
Uwe Ligges
2008-May-08 07:44 UTC
[R] SVD for a 500, 000* 500, 000 matrix (singular value decomposition)
kayj wrote:> Hi, > > > I tried to run SVD on a 500,000* 500,000 matrix and i get a message that it > can not allocate a vector of length 270 mbWell, you will obviously need >> 1Tera(!)bytes of RAM just in order to store the matrix (or is it some sparse one?). I wonder how you managed that issue. Uwe Ligges> doe snayone know how to solve this problem? any ideas on other softwares > where I can do this? > I appreciate your help > thanks