.issues/957a589d7c6c3fa8/new/1230356422.M300560P11955Q1.rufus
author Aravindakshan Babu <akshan@stanford.edu>
Wed, 18 Aug 2010 15:35:48 -0700
branchdev
changeset 221 9ea8d4630907
parent 121 b2103b289f06
permissions -rw-r--r--
Changed the first iterator of PersistenceDiagram to accept dimension as well. Modified documentation.

From: Dmitriy Morozov <dmitriy@mrzv.org>
Date: Fri, 26 Dec 2008 21:34:29
State: new
Subject: namespace dionysus
Message-Id: <957a589d7c6c3fa8-0-artemis@rufus>
category: installation

Put everything in namespace dionysus. Besides making things more organized, it
will also allow us to get rid of the problem of having to typedef Simplex<...>
to Smplx. If it were in dionysus namespace, then 
`typedef dionysus::Simplex<...> Simplex;` would work.