reorganize singular_values, do one precomputation and then only compute unique traces

This commit is contained in:
Florian Stecker
2022-02-05 17:51:45 -06:00
parent 6c12f49db8
commit 2735281300
7 changed files with 273 additions and 157 deletions

View File

@@ -1,7 +1,7 @@
HEADERS=linalg.h mat.h coxeter.h enumerate_triangle_group.h
#SPECIAL_OPTIONS=-O0 -g -D_DEBUG
SPECIAL_OPTIONS=-O3 -pg -funroll-loops -fno-inline
SPECIAL_OPTIONS=-O3 -pg -g -funroll-loops -fno-inline
#SPECIAL_OPTIONS=-O3 -flto -funroll-loops -Winline
#SPECIAL_OPTIONS=-O3 -flto -funroll-loops -Winline -mavx512f -mavx512cd -mavx512er -mavx512pf # KNL
#SPECIAL_OPTIONS=