summaryrefslogtreecommitdiff
path: root/src/Persistent_cohomology/include/gudhi/Persistent_cohomology.h
AgeCommit message (Expand)Author
2022-08-25Spelling correctionsalbert-github
2022-05-22Spelling correctionsalbert-github
2021-07-24Avoid v[0] for persistence of empty complexMarc Glisse
2020-04-23Merge remote-tracking branch 'origin/master' into compute_persistenceMarc Glisse
2020-04-05Proper exception in write_output_diagramMarc Glisse
2020-03-30Streamline initialize_filtrationMarc Glisse
2020-03-17Remove thread_local workaroundROUVREAU Vincent
2020-03-17Fix #224ROUVREAU Vincent
2019-11-09Empty complexes have 0 (not -1) Betti numbersMarc Glisse
2019-08-14Fix #35 Modify Copyright as GUDHI is not only a C++ libraryROUVREAU Vincent
2019-06-27Merge master modificationsROUVREAU Vincent
2019-06-13Change CopyrightROUVREAU Vincent
2019-06-12Only one constructor to clarify documentation about persistence_dim_max param...ROUVREAU Vincent
2019-06-06Fix doc reviewROUVREAU Vincent
2019-06-04Fix #7 : document better get_persistence_pairs (C++) and persistence_pairs (P...ROUVREAU Vincent
2019-06-04Fix #9 : rename Complex_ds as FilteredComplex. Set private types of non-expos...ROUVREAU Vincent
2018-08-09GUDHI_CAN_USE_CXX11_THREAD_LOCAL was missing in Persistent_cohomology::annota...vrouvrea
2018-04-26Fix Copyrightsvrouvrea
2018-01-26Bug in Persistent_cohomology: it computes H_1 for a 1-complex, while it does ...glisse
2017-08-17Add file formats for Python.vrouvrea
2017-01-24Merge last trunk modificationsvrouvrea
2017-01-06Test of thread_local solutionvrouvrea
2016-12-16Merge last trunk modificationsvrouvrea
2016-12-16Merge last trunk modificationsvrouvrea
2016-12-16Fix cppcheck warningsvrouvrea
2016-12-16Fix cpplint and warningsvrouvrea
2016-12-15Fix after code reviewvrouvrea
2016-12-15New pairs in dimension function in Persistence cohomologyvrouvrea
2016-10-20Merge last trunk modificationvrouvrea
2016-09-09Add a comment for assert that explains null_key mechanismvrouvrea
2016-08-17Fix persistent_betti_numbers in Persistent_cohomology to make it work with cu...vrouvrea
2016-08-05Fix the 3 billions of simplices limitvrouvrea
2016-06-16Fix after code reviewvrouvrea
2016-05-30Missing documentation for parameters.vrouvrea
2016-05-30cpplint fixesvrouvrea
2016-05-26Add doc, examples and unitary testsvrouvrea
2016-05-26Betti number fixvrouvrea
2016-05-24get_persistence and Betti numbersvrouvrea
2016-05-19Seperate doc from code in Persistent_cohomology module.vrouvrea
2016-04-01Rollback of class #include<gudhi/XXX.h>. Done from Doxyfile with STRIP_FROM_I...vrouvrea
2016-03-31Fix #include<gudhi/YYY.h> issue in generated documentationvrouvrea
2016-03-30Add cubical complex to main pagevrouvrea
2016-03-09Add header and footer to generated documentation in order to fit with the web...vrouvrea
2015-12-15Don't use boost::tuple.glisse
2015-11-15Fix for older libstdc++.glisse
2015-11-13Using a static variable really helps.glisse
2015-11-13Rename variable.glisse
2015-11-13Clean-up.glisse
2015-11-11Make annotations_in_boundary a vector, sorted once after construction, with e...glisse
2015-10-08cpplint fixesvrouvrea