From 2b61f54fe23f5945e93cc625a83709b633b1e3d5 Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Sat, 13 Apr 2019 00:11:01 +0200 Subject: Fix the documentation of what relation i and j satisfy in the lower triangular part of a matrix. --- src/Rips_complex/include/gudhi/Rips_complex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Rips_complex/include/gudhi/Rips_complex.h') 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 -- cgit v1.2.3