parallel version of ilu and cg

조회 수: 1 (최근 30일)
evan um
evan um 2012년 6월 19일
I wonder if matlab parallel tool box or other products include a parallel version of linear algebra functions such as pcg, qmr, lu,ilu and so on? Otherwise, does a user need to implement them using parallel tool box?

답변 (1개)

Jill Reese
Jill Reese 2012년 6월 20일
A number of linear algebra functions are supported in the Parallel Computing Toolbox for use in data parallel computations with distributed arrays. These include:
lu, eig, mldivide, mrdivide, chol, svd, qr
You can see the full list of functions that support parallel computation via distributed arrays from the MATLAB command line by typing:
methods distributed
From your question, it appears that you are primarily interested in iterative linear solvers. Is that the case?
  댓글 수: 1
evan um
evan um 2012년 6월 20일
I appreciate your answers. I just checked the full list of functions from "distributed". Yes, I am primariliy interested in iterative methods. Does this mean that I need to develop them by myself?
Evan

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Linear Algebra에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by