summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-12-22Cleanups in Euclidean_distance.glisse
2017-12-22Comment pointing out where we use null_vertex.glisse
2017-12-22Check that user does not try to insert null_vertex in the complex.glisse
2017-12-17Fix graph insertion.glisse
2017-12-17Hyperlink to boost concepts.glisse
2017-12-17Remove unused AdjacencyGraph requirement.glisse
2017-12-16Allow constant input in choose_n_farthest_points.glisse
2017-12-14Merge of branch misc-glissevrouvrea
2017-12-14Version numbersvrouvrea
2017-12-09Doc review: bad example link for euclidean strong witness Python examplevrouvrea
2017-12-08File formats for iso cuboid and perseus in the Python versionvrouvrea
2017-12-06Fix precision error bugvrouvrea
2017-12-06Add traces for debugvrouvrea
2017-12-06Merge C++ version of persistence representationvrouvrea
2017-12-06Merge add_utils_in_gudhi_v2 branch after 2nd round of reviewvrouvrea
2017-12-06Fix cpplintvrouvrea
2017-12-05Code review fix and std::size_tvrouvrea
2017-12-05After fix code reviewvrouvrea
2017-12-05Fix Perseus read file failed casesvrouvrea
2017-12-02Don't return 'const int', that's equivalent to int and causes a warning.glisse
2017-12-02remove dead variable max_dimglisse
2017-12-01Fix cubical periodic cythonizationvrouvrea
2017-11-30python doc clarificationsglisse
2017-11-30"This shall not happen": that's what assert is for.glisse
2017-11-30Better than vector, static_vector.glisse
2017-11-30Typo get_point_cloud retrieves the points, not the triangulation.glisse
2017-11-30rename the_simplex_tree which represents one simplexglisse
2017-11-30No loop for 2 valuesglisse
2017-11-30list -> vectorglisse
2017-11-30remove filtration_maxglisse
2017-11-30remove dim_maxglisse
2017-11-30dead typedefglisse
2017-11-30map::insert(pair(a,b)) --> map::emplace(a,b)glisse
2017-11-30Small optimization for neighbor search in bottleneck.glisse
2017-11-24Merge ST-doc-simplex branchvrouvrea
2017-11-24Update linkcjamin
2017-11-24Typoscjamin
2017-11-24Describe CSV matrix filecjamin
2017-11-24Move Perseus file format to file_formats.hcjamin
2017-11-24Add linkcjamin
2017-11-22Add precisionscjamin
2017-11-22b => birth + d => deathcjamin
2017-11-22Rename some utilities + some fix in the doccjamin
2017-11-22Add link to OFF file doccjamin
2017-11-22Fix typocjamin
2017-11-22Part of the doc disappeared during the homogenization...cjamin
2017-11-22Merge last trunk modificationsvrouvrea
2017-11-22Merge graph_expansion_blocker fix from cech_complex branchvrouvrea
2017-11-22Merge last trunk modificationsvrouvrea
2017-11-21Merge add_utils_in_gudhi_v2 branch in trunkvrouvrea