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)
Generated on Fri Feb 10 2023 13:34:50 for jacobi.template by
1.8.17