You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Sloan ordering algorithm reorders the vertices of a graph to reduce bandwidth, profile, and wavefront properties, which is particularly useful for sparse matrix computations and finite element analysis.
38
+
*Finds a pseudoperipheral vertex pair to determine good starting points
39
+
*Uses a priority-based algorithm that balances vertex degree and distance from the start vertex.
40
+
*Aims to mininimize bandwidth (maximum difference between connected vertex indices.
41
+
*The implementation is for undirected graphs
42
+
*Typically produces better orderings than simple breadth-first approaches.
0 commit comments