Sheet 7
This commit is contained in:
parent
33c18c8808
commit
4c92446409
74 changed files with 169041 additions and 0 deletions
8
sheet7/jacobi.template/cuthill_mckee_ordering.h
Normal file
8
sheet7/jacobi.template/cuthill_mckee_ordering.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef CUTHILL_MCKEE_ORDERING
|
||||
#define CUTHILL_MCKEE_ORDERING
|
||||
|
||||
#include <vector>
|
||||
|
||||
std::vector<int> cuthill_mckee_reordering(std::vector<int> const &_edges);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue