summaryrefslogtreecommitdiff
path: root/src/Coxeter_triangulation/example
AgeCommit message (Collapse)Author
2021-06-07code review: move Query_result.h in a Coxeter_triangulation directory and ↵ROUVREAU Vincent
move Cell complex in it to be more specific about its use
2021-06-07code review: The whole point of emplace/emplace_back is to remove ↵ROUVREAU Vincent
std::make_pair or constructor call
2021-04-22Add examples in doc and removes TBB link as not required by coxeterROUVREAU Vincent
2021-04-21coxeter requires eigen3. random_orthogonal_matrix requires CGALROUVREAU Vincent
2020-11-17Some doxygen improvements with a cell complex construction basic exampleROUVREAU Vincent
2020-10-05Remove the Function inheritance and keep conceptROUVREAU Vincent
2020-09-22clang-format filesROUVREAU Vincent
2020-09-21struct Function should be abstract and virtual functions signaturesROUVREAU Vincent
2020-09-21Add examples as testsROUVREAU Vincent
2019-10-17Added the files from the coxeter branchSiargey Kachanovich