jacobi.template
cuthill_mckee_ordering.h
Go to the documentation of this file.
1 #ifndef CUTHILL_MCKEE_ORDERING
2 #define CUTHILL_MCKEE_ORDERING
3 
4 #include <vector>
5 
6 std::vector<int> cuthill_mckee_reordering(std::vector<int> const &_edges);
7 
8 #endif
cuthill_mckee_reordering
std::vector< int > cuthill_mckee_reordering(std::vector< int > const &_edges)