summaryrefslogtreecommitdiff
path: root/src/Collapse/include/gudhi/Flag_complex_edge_collapser.h
AgeCommit message (Expand)Author
2022-05-22Spelling correctionsalbert-github
2022-03-30Reintroduce parallel_sortMarc Glisse
2022-03-29Tweak loop to avoid uninitialized variableMarc Glisse
2022-03-29long linesMarc Glisse
2022-03-24rename neighbors2Marc Glisse
2022-03-24Remove unnecessary clear()Marc Glisse
2022-03-24Clean up includesMarc Glisse
2022-02-18Remove gcc attributeMarc Glisse
2022-02-18No if constexpr yetMarc Glisse
2022-02-18Document the right functionMarc Glisse
2022-02-18doc detailsMarc Glisse
2022-02-18Remove dead code.Marc Glisse
2022-02-18Remove NO_REMOVE_NGBMarc Glisse
2022-02-18Remove the old forward version of edge collapseMarc Glisse
2022-02-18Skip the intermediate event / timeline representation, it doesn't seem useful...Marc Glisse
2022-02-18Replace the map of events with a vectorMarc Glisse
2022-02-18commentMarc Glisse
2022-02-18commentMarc Glisse
2022-02-18Dense array for neighborsMarc Glisse
2022-02-18commentMarc Glisse
2022-02-18Store closed neighborhoodMarc Glisse
2022-02-18commentMarc Glisse
2022-02-18commentMarc Glisse
2022-02-18Implement the backward algorithmMarc Glisse
2020-08-24code review: really bad copy/paste...ROUVREAU Vincent
2020-08-21Fix compilation issues when cgal but no eigenROUVREAU Vincent
2020-07-01Bad fixROUVREAU Vincent
2020-07-01doc review: fix some errorsROUVREAU Vincent
2020-07-01Remove Flag_complex_edge_collapser documentation. Only use the free function oneROUVREAU Vincent
2020-07-01Doc review: Add some documentation for the free functionROUVREAU Vincent
2020-06-30Doc review: commit suggestionVincent Rouvreau
2020-06-30Doc review: commit suggestionVincent Rouvreau
2020-07-01Code review: use of std::decayROUVREAU Vincent
2020-06-26Free function, doc and basic exampleROUVREAU Vincent
2020-06-25Remove interface with boost graphs and use boost transform for data from graphsROUVREAU Vincent
2020-06-25Doc review: no duplicated edgesROUVREAU Vincent
2020-06-25Doc review: link on recent boost docROUVREAU Vincent
2020-06-25Merge conflictsROUVREAU Vincent
2020-06-25Code review: remove 'boost::' in front of edges and get methodROUVREAU Vincent
2020-06-23Fix uses of emplace_backMarc Glisse
2020-06-22Don't explicitly copy the neighbors to a vector each timeMarc Glisse
2020-06-18Code review: modify last element with final aka. std::endROUVREAU Vincent
2020-06-18Code review: Use a flat (u, v, filt) instead of (pair(u, v), filt)ROUVREAU Vincent
2020-06-18Code review: replace push_back with emplace_backROUVREAU Vincent
2020-06-18code review: graph not hardcoded. Implies ctor from filtered edges to be modi...ROUVREAU Vincent
2020-06-18Code review: rename Flag_complex_sparse_matrix as edge_collapser and filtered...ROUVREAU Vincent