import enumerate.c and generators.c, prepare Makefile
This commit is contained in:
9
enumerate.h
Normal file
9
enumerate.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef ENUMERATE_H
|
||||
#define ENUMERATE_H
|
||||
|
||||
#include "mat.h"
|
||||
#include "coxeter.h"
|
||||
|
||||
void enumerate_coxeter_group(group_t *group, mat *gen, mat *matrices);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user