summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-06-04code review: no need to loop backwardROUVREAU Vincent
2020-06-04Fix tests and utilsROUVREAU Vincent
2020-06-04Revert "Try to add inf values"ROUVREAU Vincent
2020-06-04Try to add inf valuesROUVREAU Vincent
2020-06-04Remove useless tracesROUVREAU Vincent
2020-06-03Add an example that tests the persistence is conserved when using edge collap...ROUVREAU Vincent
2020-06-02code review: GUDHI_CHECK if u==v oninsert_edge methodROUVREAU Vincent
2020-06-02code review: Remove the clear as this function won't be called several timesROUVREAU Vincent
2020-06-02doc review: Move a sentence as a module summaryROUVREAU Vincent
2020-06-02Move Edge collapse sectionROUVREAU Vincent
2020-05-25Code review: remove inner_effected_indcs clear as it will be done when closin...ROUVREAU Vincent
2020-05-25Code review: filtered_edge_collapse is not requiring an output_iterator but a...ROUVREAU Vincent
2020-05-25Code review: add some comments on three_clique_indicesROUVREAU Vincent
2020-05-25Code review: remove effected_indices clearROUVREAU Vincent
2020-05-25Code review: Remove domination_indicator_ as it is a left over from strong co...ROUVREAU Vincent
2020-05-25Code review: No need to pass an edge to closed_common_neighbours_row_index, c...ROUVREAU Vincent
2020-05-25Code review: rename check_edge_domination as edge_is_dominatedROUVREAU Vincent
2020-05-25Code review: rows_ is not mandatoryROUVREAU Vincent
2020-05-25Code review: emplace wo std::make_pairROUVREAU Vincent
2020-05-25Code review: use emplace on unordered_map in insert_vertexROUVREAU Vincent
2020-05-25Code review: Rename insert_new_edge methodROUVREAU Vincent
2020-05-25Use C++ boolean logical operatorROUVREAU Vincent
2020-05-25Code review: Remove num_vertices and initialize sparse matrix in the constructorROUVREAU Vincent
2020-05-25Code review: use std::sort instead of std::stable_sortROUVREAU Vincent
2020-05-25Code review: row_to_vertex_ can be a vectorROUVREAU Vincent
2020-05-25Merge last master versionROUVREAU Vincent
2020-05-21periodic fix and adds corresponding unitary tests for bug fixROUVREAU Vincent
2020-05-20Merge branch 'master' of https://github.com/GUDHI/gudhi-develMathieuCarriere
2020-05-20Merge pull request #313 from mglisse/dtmdensityMarc Glisse
2020-05-20Merge pull request #317 from mglisse/nogil2Marc Glisse
2020-05-20fix bugMathieuCarriere
2020-05-19long lineMarc Glisse
2020-05-19Test with explicit weightsMarc Glisse
2020-05-18Infer k when we pass the distances to the nearest neighborsMarc Glisse
2020-05-18When Reviewing dependencies, I missed this oneROUVREAU Vincent
2020-05-17One more nogil in cubicalMarc Glisse
2020-05-16nogil for cubical constructorMarc Glisse
2020-05-16Minimal nogil support for cubical complexesMarc Glisse
2020-05-15Merge pull request #295 from yuichi-ike/weighted_ripsVincent Rouvreau
2020-05-15Merge pull request #204 from MathieuCarriere/generatorsVincent Rouvreau
2020-05-14document modifiedyuichi-ike
2020-05-13Trailing whitespaceMarc Glisse
2020-05-13More size_tMarc Glisse
2020-05-13compute_persistenceMarc Glisse
2020-05-13BOOST_UNREACHABLE_RETURN + commentMarc Glisse
2020-05-13Rephrase comment about cubesMarc Glisse
2020-05-13documents modifiedyuichi-ike
2020-05-12Merge remote-tracking branch 'origin/master' into dtmdensityMarc Glisse
2020-05-12More testMarc Glisse
2020-05-12test + reformatMarc Glisse