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
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 Nov 14 2025 15:57:47 for jacobi.template by
1.9.8