Ordering algorithms.

Natural: The identity permutation, just for testing.
Random:  Random permutation for testing.
RCM:     Reverse Cuthill-McKee for bandwidth reduction.
AMD:     Approximate Minimum Degree, requires TPL.
IncDegree: Increasing vertex degree, poor man's version of AMD.
