cpml-au / dctkit

A toolkit for discrete calculus.
MIT License
4 stars 2 forks source link

Cochain classes and ops #38

Closed alucantonio closed 6 months ago

alucantonio commented 10 months ago

Does it make sense to separate cochain-related classes (both scalar-valued and vector-valued) from cochain ops (coboundary, add...)? In the "cochain.py" file there are both the Cochain class and the operations, but vector-valued cochains are in a separate file...

alucantonio commented 6 months ago

Now flats are contained in a separate files and cochain classes ops (both for scalar and vector/tensor-valued cochains) are in the same file.