.issues/f6496b3e37275888/new/1229837161.M623187P31203Q1.rufus
author Dmitriy Morozov <dmitriy@mrzv.org>
Fri, 02 Jan 2009 14:54:15 -0800
branchdev
changeset 108 e096f8892a04
parent 98 d81e460e267a
child 121 b2103b289f06
permissions -rw-r--r--
Added rips-zigzag; in the process caught a number of bugs in ZigzagPersistence (added check_consistency() to it)

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).