.issues/e6f52c44ef26f4a7/new/1239399291.M841173P26652Q1.cole
author Aravindakshan Babu <akshan@stanford.edu>
Tue, 17 Aug 2010 22:19:19 -0700
branchdev
changeset 219 5311343eb2f5
parent 123 c50e7020a1e4
permissions -rw-r--r--
Added documentation for the python classes Point and PersistenceDiagram. Removed the __sub__ method for PersistenceDiagram. Minor renaming. Renamed BottleneckDistance to bottleneck_distance. Renamed intervals iterator for PersistenceDiagram to points. Seems in better conformance with usage.

From: Dmitriy Morozov <dmitriy@mrzv.org>
Date: Fri, 10 Apr 2009 14:33:18
State: new
Subject: Intrusive containers for ZigzagPersistence
Message-Id: <e6f52c44ef26f4a7-0-artemis@cole>
category: efficiency

Use Boost's intrusive containers to store rows in ZigzagPersistence. This
should get rid of the inefficiencies associated with the simplex removal
(through ZigzagPersistence::remove()).