summaryrefslogtreecommitdiff
path: root/src/Simplex_tree/include/gudhi/Simplex_tree.h
AgeCommit message (Collapse)Author
2022-11-21Merge branch 'master' into ST-batch-verticesVincent Rouvreau
2022-11-04New function to insert several vertices in a Simplex_treeMarc Glisse
+ tweak insert_graph, in case vertex iteration does not happen in an increasing order.
2022-10-16Merge branch 'master' into insertMarc Glisse
2022-06-08Merge pull request #616 from VincentRouvreau/doxygen_unbalanced_groupingsVincent Rouvreau
Fix unbalanced groups and some doxygen typos
2022-06-03Merge pull request #624 from albert-github/feature/bug_spellVincent Rouvreau
Spelling corrections
2022-05-22Spelling correctionsalbert-github
A number of spelling corrections as reported by the codespell (see: https://github.com/codespell-project/codespell) program and lists. Some remarks: - not considered are grammatical errors - not considered are names in the code although there are a number that could be improved (like `childs` -> `children`) - in the documentation it could be made clearer what are variables and what is running text (e.g. by placing variables in running text between backticks) - some comments are in the French language, I think it would be better to have them in the English (United States version).
2022-05-20issue #615 Documentation: references to boostalbert-github
Made references to boost so that they point to the last released version.
2022-05-20Fix unbalanced groups and some doxygen typosVincent Rouvreau
2022-04-12doc review: accordingly to the review, replace the other places where it was ↵Vincent Rouvreau
also not well explained
2022-04-12doc review: i is from d to 0Vincent Rouvreau
2022-04-12doc reviewVincent Rouvreau
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
2022-04-12doc reviewVincent Rouvreau
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
2022-04-05Boundary and its opposite vertex iterator for the simplex treeVincent Rouvreau
2022-04-01Merge remote-tracking branch 'origin/master' into insertMarc Glisse
2022-03-30Merge remote-tracking branch 'origin/master' into insertMarc Glisse
2022-03-21code review: assign_children(new_sib) was happening too lateVincent Rouvreau
2021-04-17Don't qualify calls for the graph conceptMarc Glisse
2020-09-28code review: Simplify recursivityROUVREAU Vincent
2020-09-28doc review: improve reset_filtration documentationROUVREAU Vincent
2020-08-25Code review: use minimal depth recursively instead of computing dimension on ↵ROUVREAU Vincent
each loop
2020-08-25Code review: min_dim = 0 as default and some doc reviewROUVREAU Vincent
2020-08-18reset_filtration from a dimension (instead of 'until')ROUVREAU Vincent
2020-07-03A proposal for simplex_tree reset_filtration (python & C++)ROUVREAU Vincent
2020-05-30generalize insert_vertex_vector and make it available to derived classesMarc Glisse
2020-04-17Merge remote-tracking branch 'origin/master' into filtrationMarc Glisse
2020-04-16Merge pull request #260 from VincentRouvreau/alpha_complex_improvementVincent Rouvreau
merge https://github.com/mglisse/gudhi-devel/tree/alpha-cache
2020-04-16Fix doc of Simplex_tree about keysMarc Glisse
2020-03-30Streamline initialize_filtrationMarc Glisse
2020-03-30Merge pull request #215 from MathieuCarriere/extended_persistenceMarc Glisse
Extended persistence
2020-03-25update biblioMathieuCarriere
2020-03-23new fixesMathieuCarriere
2020-03-22Merge master and fix conflictsROUVREAU Vincent
2020-03-19added decoding functionMathieuCarriere
2020-03-19new fixesMathieuCarriere
2020-03-18fix docMathieuCarriere
2020-03-17fix Marc's commentsMathieuCarriere
2020-03-17Remove thread_local workaroundROUVREAU Vincent
2020-03-17implement Marc's suggestionsMathieuCarriere
2020-03-17fix conflictMathieuCarriere
2020-03-17update python docMathieuCarriere
2020-03-17Merge pull request #242 from mglisse/genripsMarc Glisse
Generators for Simplex_tree
2020-03-17Remove code that was commented out.Marc Glisse
2020-03-17fixesMathieuCarriere
2020-03-16Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into ↵MathieuCarriere
extended_persistence
2020-03-06Tweak doc.Marc Glisse
2020-03-06Fix doc of minimal_simplex_with_same_filtrationMarc Glisse
2020-03-06Generators for simplex treeMarc Glisse
2020-03-05Add some tests and documentation for NaN management in ↵ROUVREAU Vincent
make_filtration_non_decreasing Simplex tree method
2020-03-03Fix #172 and add a proper comment on the modificationROUVREAU Vincent
2020-02-04fixed Vincent's commentsmathieu