Re: [R] SVD for a 500, 000* 500, 000 matrix (singular value decomposition)

2008-05-08 Thread Uwe Ligges
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 mb Well, 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

Re: [R] SVD for a 500, 000* 500, 000 matrix (singular value decomposition)

2008-05-08 Thread Aimin Yan
Use blzpack, it could work it out. Aimin At 02:44 AM 5/8/2008, Uwe Ligges wrote: 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 mb Well, you will obviously need 1Tera(!)bytes of RAM just in order to

[R] SVD for a 500, 000* 500, 000 matrix (singular value decomposition)

2008-05-07 Thread kayj
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: