Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Namespaces
Zoltan2_AlgSortedDegree.hpp File Reference

Order vertices by sorted (increasing) degree. More...

#include <Zoltan2_Algorithm.hpp>
#include <Zoltan2_GraphModel.hpp>
#include <Zoltan2_OrderingSolution.hpp>
#include <Zoltan2_Sort.hpp>
#include <algorithm>
Include dependency graph for Zoltan2_AlgSortedDegree.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Zoltan2::AlgSortedDegree< Adapter >
 

Namespaces

 Zoltan2
 Created by mbenlioglu on Aug 31, 2020.
 

Detailed Description

Order vertices by sorted (increasing) degree.

Sorting by decreasing degree is also possible.

Definition in file Zoltan2_AlgSortedDegree.hpp.