Getting the algorithm behind the pos routine in matlab?
이전 댓글 표시
I're my guiding Implementing RCM - Reverse Cuthill McKee. We believe that with a slight modification of the method becomes more effective. But we need to know how the method was implemented to really know if what we are proposing is something new.
답변 (1개)
José-Luis
2012년 12월 3일
0 개 추천
I will guess that you are talking about symrcm(). It is a built-in Matlab function. Here is what the documentation says:
The algorithm first finds a pseudoperipheral vertex of the graph of the matrix. It then generates a level structure by breadth-first search and orders the vertices by decreasing distance from the pseudoperipheral vertex. The implementation is based closely on the SPARSPAK implementation described by George and Liu.
If you want/need more than that you need to ask the Mathworks, but I very much doubt they will let you have the source code.
카테고리
도움말 센터 및 File Exchange에서 Sparse Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!