Nested dissection for solving x=A\b
조회 수: 1 (최근 30일)
이전 댓글 표시
I am using nested dissection ordering with multi-level Schur complement procedure for solving x=A\b. The linear system arises from FEM discretization of 2D poisson problem. Nested dissection should be faster than backslash for large problem sizes. (Please see https://www.mathworks.com/matlabcentral/newsreader/view_thread/241438)
But in my experience I found that for small problems they were both taking almost same time and nested dissection tends to slow down for large problem sizes which should not happen. So what should I do in order to correctly implement the nested dissection method in matlab to get the speedup for large problems than backslash.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Polynomials에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!