summaryrefslogtreecommitdiff
path: root/src/Rips_complex/include/gudhi/Rips_complex.h
diff options
context:
space:
mode:
authorVincent Rouvreau <VincentRouvreau@users.noreply.github.com>2019-05-22 08:21:15 +0200
committerGitHub <noreply@github.com>2019-05-22 08:21:15 +0200
commit0c7d6ae4ddb68422e02a48b6a5575c176041d3e4 (patch)
tree3565472af8636cf8fe6dac525fd0eae3711cc1ff /src/Rips_complex/include/gudhi/Rips_complex.h
parenta33d17ebb1a5f7c830ee155ec2733a0f48211010 (diff)
parentfe2f26629481faf316c74dafa7eae892bbc7a556 (diff)
Merge pull request #49 from mglisse/sparsev3
All seems good to me and the new interface (with min and max) will allow to benchmark it with Strong collapse.
Diffstat (limited to 'src/Rips_complex/include/gudhi/Rips_complex.h')
-rw-r--r--src/Rips_complex/include/gudhi/Rips_complex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Rips_complex/include/gudhi/Rips_complex.h b/src/Rips_complex/include/gudhi/Rips_complex.h
index e902e52c..ee100867 100644
--- a/src/Rips_complex/include/gudhi/Rips_complex.h
+++ b/src/Rips_complex/include/gudhi/Rips_complex.h
@@ -90,7 +90,7 @@ class Rips_complex {
* @param[in] threshold Rips value.
*
* \tparam DistanceMatrix must have a `size()` method and on which `distance_matrix[i][j]` returns
- * the distance between points \f$i\f$ and \f$j\f$ as long as \f$ 0 \leqslant i < j \leqslant
+ * the distance between points \f$i\f$ and \f$j\f$ as long as \f$ 0 \leqslant j < i \leqslant
* distance\_matrix.size().\f$
*/
template<typename DistanceMatrix>