Loading [MathJax]/extensions/tex2jax.js
ug4
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
native_cuthill_mckee.h File Reference
#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