|
ug4
|
#include <vector>#include "IOrderingAlgorithm.h"#include "util.h"#include "common/error.h"#include "common/log.h"Go to the source code of this file.
Classes | |
| class | ug::NativeCuthillMcKeeOrdering< TAlgebra, O_t > |
Namespaces | |
| namespace | ug |
| the ug namespace | |
Functions | |
| void | ug::ComputeCuthillMcKeeOrder (std::vector< size_t > &vNewIndex, std::vector< std::vector< size_t > > &vvNeighbour, bool bReverse=true, bool bPreserveConsec=true) |
| returns an array describing the needed index mapping for Cuthill-McKee ordering | |