From 32324d2b6ef2d7a4dd1c75e6f09c725eadc5145a Mon Sep 17 00:00:00 2001 From: cjamin Date: Fri, 24 Nov 2017 07:50:59 +0000 Subject: Add link git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/add_utils_in_gudhi_v2@2948 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: e41794c0552552f14afe81ead6df3530f02bd388 --- src/Bitmap_cubical_complex/utilities/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Bitmap_cubical_complex') diff --git a/src/Bitmap_cubical_complex/utilities/README b/src/Bitmap_cubical_complex/utilities/README index e7c10083..1d6b34ff 100644 --- a/src/Bitmap_cubical_complex/utilities/README +++ b/src/Bitmap_cubical_complex/utilities/README @@ -1,7 +1,7 @@ # Bitmap_cubical_complex # ## `cubical_complex_persistence` ## -This program computes persistent homology, by using the Bitmap_cubical_complex class, of cubical complexes provided in text files in Perseus style. The only number in the first line is a dimension D of a bitmap. In the lines I between 2 and D+1 there are numbers of top dimensional cells in the direction I. Let N denote product of the numbers in the lines between 2 and D. In the lines D+2 to D+2+N there are filtrations of top dimensional cells. We assume that the cells are in the lexicographical order. +This program computes persistent homology, by using the Bitmap_cubical_complex class, of cubical complexes provided in text files in Perseus style. See the "Input Format" section of the [User Manual](http://gudhi.gforge.inria.fr/doc/latest/group__cubical__complex.html) for a description of the file format. Example: -- cgit v1.2.3