Solving x = A\b for large sparse matrices
이전 댓글 표시
Hi,
I am currently attempting to solve the problem x = A\b for large sparse matrices A. I am able to obtain a solution and my matrices are well conditioned. The problem I am having is that the matrices are of sizes up to 1 000 000 * 1 000 000. Solving this equation for different A matrices several times is very time consuming.
I was therefore wondering if there was a way to parallellize this operation in order to reduce the computation time? Currently matlab only uses 1 out of my 12 processers to solve the problem.
Any improvement would be helpful
thanks in advance!
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!