summaryrefslogtreecommitdiff
path: root/src/cython/cython/rips_complex.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/cython/rips_complex.pyx')
-rw-r--r--src/cython/cython/rips_complex.pyx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cython/cython/rips_complex.pyx b/src/cython/cython/rips_complex.pyx
index ecf039b6..cb9aad2e 100644
--- a/src/cython/cython/rips_complex.pyx
+++ b/src/cython/cython/rips_complex.pyx
@@ -66,6 +66,7 @@ cdef class RipsComplex:
:type points: list of list of double
And in both cases
+
:param sparse: If this is not None, it switches to building a sparse Rips and represents the approximation parameter epsilon.
:type sparse: float
"""