bindings/python/chain.h
author Dmitriy Morozov <dmitriy@mrzv.org>
Sat, 09 Jun 2012 12:17:17 -0700
branchdev
changeset 267 2f02384a4d9b
parent 232 edbbf84fde9e
permissions -rw-r--r--
CohomologyPersistence returns dying cocycles + StaticCohomologyPersistence records them and normalizes coefficients + minor changes

#include <topology/chain.h>
#include "static-persistence.h"
#include "dynamic-persistence.h"

namespace dionysus { 
namespace python   {

typedef     SPersistence::Chain                     VSPChain;
typedef     DPersistenceChains::Chain               VDPChain;

} }     // namespace dionysus::python