|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jocl.cloth.Reordering
class Reordering
Utility class for computing a vertex permutation using the Cuthill-McKee algorithm
| Method Summary | |
|---|---|
static int[] |
computeVertexPermutation(java.lang.Iterable<? extends de.javagl.simplemesh.Edge> edges)
Compute the permutation of the vertices of the given edges which results in an incidence matrix with low bandwidth. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static int[] computeVertexPermutation(java.lang.Iterable<? extends de.javagl.simplemesh.Edge> edges)
edges - The edges
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||