summaryrefslogtreecommitdiff
path: root/src/Rips_complex
AgeCommit message (Expand)Author
2022-10-19persistence diagram default output is std::cout, not std::clog. Modify utilit...Vincent Rouvreau
2022-06-03Merge pull request #624 from albert-github/feature/bug_spellVincent Rouvreau
2022-05-23Documentation: handling references to examples in a more transparent wayalbert-github
2022-05-22Spelling correctionsalbert-github
2021-04-27Doxygen documentation improvementROUVREAU Vincent
2021-04-22Fix return type of source/targetMarc Glisse
2021-04-20Vertex_handle -> size_tMarc Glisse
2021-04-20Targeted include, more constMarc Glisse
2021-04-17Safely drop some vertices in sparse RipsMarc Glisse
2021-04-17Introduce a custom graph typeMarc Glisse
2021-04-17Sparse Rips: disable `mini`, optimize a bit redundant pointsMarc Glisse
2020-11-09Merge remote-tracking branch 'origin/master' into fardistMarc Glisse
2020-11-03Fix #415 by removing all install cmake targets from examplesROUVREAU Vincent
2020-10-31s/kernel/distance/ for choose_n_farthest_points argumentMarc Glisse
2020-09-08Remove boost::systemROUVREAU Vincent
2020-09-08CMake > 3.5 to use Boost targets. Compile only what is available from boost t...ROUVREAU Vincent
2020-03-30Streamline initialize_filtrationMarc Glisse
2020-03-22Merge master and fix conflictsROUVREAU Vincent
2020-03-05Merge branch 'master' into print_warnings_to_stderrROUVREAU Vincent
2020-03-05Remove travis and use appveyor for OSx. Fix parallel test by setting tests de...ROUVREAU Vincent
2020-01-27Code review: Use std::clog instead of std::coutROUVREAU Vincent
2020-01-24Modern cmake for boost approachROUVREAU Vincent
2019-12-06Modify boost tests to be more verbose and errors in colour. I kept coverage t...ROUVREAU Vincent
2019-11-07Code review: replace streambufffer with streambuffer - was copied/ pasted fro...ROUVREAU Vincent
2019-10-10Add maximal edge length parameter for sparse rips persistence utilityROUVREAU Vincent
2019-08-14Fix #35 Modify Copyright as GUDHI is not only a C++ libraryROUVREAU Vincent
2019-06-13Change CopyrightROUVREAU Vincent
2019-05-10Fix blocker formulaMarc Glisse
2019-05-10max_dim=INT_MAX for sparse Rips by default.Marc Glisse
2019-04-18Doc reformat.Marc Glisse
2019-04-16Add min and max filtration values for the sparse RipsMarc Glisse
2019-04-13Fix the documentation of what relation i and j satisfy in the lower triangula...Marc Glisse
2019-04-13Handle triangular matrixMarc Glisse
2019-04-11commentsMarc Glisse
2019-03-19FixesMarc Glisse
2019-03-19Filter during expansion. Completely untested.Marc Glisse
2019-03-19Start fixing the sparse rips to match the true definition (not a clique complex)Marc Glisse
2019-01-17adjacency lists can be directed, undirected or bidirectional for Simplex tree...vrouvrea
2018-10-24True interleaving distance for the sparse Rips.glisse
2018-10-17Merge branch sparserips-pythonvrouvrea
2018-10-06merge from trunkglisse
2018-10-02More doc changes for python sparse ripsglisse
2018-08-07Fix issue #13 : [Global - utilities] use exit(-1) instead of std::abort in ut...vrouvrea
2018-07-20First try at interfacing the sparse rips in python. Needs at least documentat...glisse
2018-06-13Fix cpplintvrouvrea
2018-06-13Fix cppcheck issuesvrouvrea
2018-05-15CMake minimal version is now 3.1vrouvrea
2018-04-26Fix Copyrightsvrouvrea
2018-04-04No need to repeat title, automatically done by the websitevrouvrea
2018-04-04Merge sparse rips branch in trunkvrouvrea