Is it possible to parallelize permpos?
古いコメントを表示
I found this code on file exchange: http://www.mathworks.com/matlabcentral/fileexchange/11216-permpos
And it does exactly what I want. However, it stalls about when permpos(16,32) is there a way to parallelize this so that it will run faster?
採用された回答
その他の回答 (1 件)
Walter Roberson
2012 年 7 月 24 日
0 投票
It appears to me that permpos(16,32) would be getting pretty close to the point of filling 32 bits worth of address space (4 Gb). How big do you need to go, and what are you going to do with the output when you get it? Are you using a 64 bit version of MATLAB ?
3 件のコメント
Jenn Lee
2012 年 7 月 24 日
Walter Roberson
2012 年 7 月 24 日
And generating all of them at once is an efficient algorithm??
Anyhow you did not answer about what size you wanted to go to?
Jenn Lee
2012 年 7 月 24 日
カテゴリ
ヘルプ センター および File Exchange で Matrix Indexing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!