forum.alglib.net

ALGLIB forum
It is currently Sat Apr 27, 2024 3:25 pm

All times are UTC


Forum rules


1. This forum can be used for discussion of both ALGLIB-related and general numerical analysis questions
2. This forum is English-only - postings in other languages will be removed.



Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: how large matrix can smatrixevdi or smatrixevd handle
PostPosted: Thu Jan 20, 2011 7:17 pm 
Offline

Joined: Thu Jan 20, 2011 7:14 pm
Posts: 2
Hi, I am using smatrixevd to solve eigenvalues for a large matrix (10000 * 10000). But it reported aborted core dump. I wonder how large this algorithm can handle. Thank you very much.


Top
 Profile  
 
 Post subject: Re: how large matrix can smatrixevdi or smatrixevd handle
PostPosted: Fri Jan 21, 2011 9:48 am 
Offline
Site Admin

Joined: Fri May 07, 2010 7:06 am
Posts: 906
Several thousands by several thousands is possible, but 10000x10000 is too large. It is 100 000 000 elements, 800 megabytes, and function allocates several copies of array as temporaries. I suppose that you used it on 32-bit system, so it was unable to allocate enough memory.


Top
 Profile  
 
 Post subject: Re: how large matrix can smatrixevdi or smatrixevd handle
PostPosted: Fri Jan 21, 2011 7:01 pm 
Offline

Joined: Thu Jan 20, 2011 7:14 pm
Posts: 2
So how much memory do you expect to use for 10000 * 10000 matrix?


Top
 Profile  
 
 Post subject: Re: how large matrix can smatrixevdi or smatrixevd handle
PostPosted: Fri Jan 21, 2011 7:34 pm 
Offline
Site Admin

Joined: Fri May 07, 2010 7:06 am
Posts: 906
If you don't need eigenvectors - then 1600 Mbytes (2x800, one for a original matrix, one for a copy). 3200 Mbytes - if you need eigenvectors.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 337 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group