jacobi.template
Loading...
Searching...
No Matches
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
6std::vector<int> cuthill_mckee_reordering(std::vector<int> const &_edges);
7
8#endif
std::vector< int > cuthill_mckee_reordering(std::vector< int > const &_edges)