Commit before merging in Python branch:
* converted more examples: poincare, rips, some fitness
* two generators for Rips complexes
* ChainWrapper uses stl algorithms for everything,
added CountingBackInserter and switched SizeStorage to use operators
* retabbing files along the way
* added #957a (namespace dionysus)
From: Dmitriy Morozov <dmitriy@mrzv.org>
Date: Sat, 20 Dec 2008 21:24:59
State: new
Subject: Add field arithmetic
Message-Id: <f6496b3e37275888-0-artemis@rufus>
Add support for field arithmetic (i.e., not only Z_2 field as it is now).
However, make sure that there is a specialization of ChainWrapper<C>::add() for
Z_2 field (since it can be made much more efficient both in terms of space and
time).