summaryrefslogtreecommitdiff
path: root/src/Coxeter_triangulation/include
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: move Query_result.h in a Manifold_tracing directory as its name ↵ROUVREAU Vincent
is too generic
2021-06-07Use boost pi and do not declare a gudhi one. cf. PR #480ROUVREAU Vincent
2021-06-07code review: The whole point of emplace/emplace_back is to remove ↵ROUVREAU Vincent
std::make_pair or constructor call
2021-06-07Warns that Hasse_diagram_cell is experimental and only for coxeterROUVREAU Vincent
2021-04-21doc review: build_mesh_from_cell_complex and output_meshes_to_medit was not ↵ROUVREAU Vincent
documented
2021-04-21cell complex is only for coxeter. eigen is required for coxeter, not cgalROUVREAU Vincent
2021-04-01make Simplex_handle and Simplex_hash public for fibration purposeROUVREAU Vincent
2020-11-18Use GUDHI_CHECK and exceptions instead of asserts and test themROUVREAU Vincent
2020-11-17Unvalid lambdas when matrix.colPivHouseholderQr().solve(z) is not a solutionROUVREAU Vincent
2020-11-17Some doxygen improvements with a cell complex construction basic exampleROUVREAU Vincent
2020-11-10Add this check in debug modeROUVREAU Vincent
2020-11-10Modify debug traces for coxeter to use gudhi DEBUG_TRACES mechanismROUVREAU Vincent
2020-10-05Remove the Function inheritance and keep conceptROUVREAU Vincent
2020-10-05SimplifyROUVREAU Vincent
2020-09-25interface simplification. Remove useless include and typedefsROUVREAU Vincent
2020-09-24Use eigen initialization. std::size_tROUVREAU Vincent
2020-09-23Roll back free functions to remove doxygen warningsROUVREAU Vincent
2020-09-23Remove functions from doxygen group coxeter_triangulation to empty ↵ROUVREAU Vincent
documentation page. Links are still available
2020-09-22clang-format filesROUVREAU Vincent
2020-09-22include what you useROUVREAU Vincent
2020-09-21Fix copyrightROUVREAU Vincent
2020-09-21Fix doxygen warningsROUVREAU Vincent
2020-09-21struct Function should be abstract and virtual functions signaturesROUVREAU Vincent
2019-10-18Added empty constructor for ConfigurationSiargey Kachanovich
2019-10-17Fixed gudhi_patches absence issueSiargey Kachanovich
2019-10-17Added the files from the coxeter branchSiargey Kachanovich