Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
order Directory Reference
Directory dependency graph for order:
order

Files

file  Zoltan2_AlgAMD.hpp [code]
 The AMD ordering algorithm uses SuiteSparse.
 
file  Zoltan2_AlgMetis.hpp [code]
 The ND ordering algorithm uses Metis.
 
file  Zoltan2_AlgNatural.hpp [code]
 Natural ordering == identity permutation.
 
file  Zoltan2_AlgND.hpp [code]
 The algorithm for ND based ordering.
 
file  Zoltan2_AlgRandom.hpp [code]
 Random ordering using the Fisher-Yates (Knuth) shuffle.
 
file  Zoltan2_AlgRCM.hpp [code]
 RCM ordering of a graph (serial, local graph only)
 
file  Zoltan2_AlgSortedDegree.hpp [code]
 Order vertices by sorted (increasing) degree.
 
file  Zoltan2_AlgSpectral.hpp [code]
 Spectral ordering of a graph (local or global).
 
file  Zoltan2_MatcherHelper.hpp [code]
 
file  Zoltan2_OrderingAlgorithms.hpp [code]
 
file  Zoltan2_Sort.hpp [code]
 Sort vector of pairs (key, value) by value.