Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.83 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.83 KB

LocalCongruence.jl

Build Status Read the Docs

LocalCongruence.jl is a Julia library that provides tools for managing local congruences of Chain Complexes.

The algorithms here presented are all official variation of those we proposed in Local congruence of chain complexes.

In particular, given a set of local chain complexes in LinearAlgebraicRepresentation standars, this Julia Module compute a the single corresponding global complex using \epsilon-congruence of cells, solving topologically the numerical inaccuracies of floating-point arithmetics.

Dependencies

LocalCongruence.jl has the following dependeces:

In addition CVD-Lab provides also ViewerGL, an OpenGL 3D interactive viewer adopted in the examples of this module

Installing

]add https://github.com/cvdlab/LocalCongruence.jl

Documentation

Find the Documentation here