appliedtopology / tda4j

TDA library for the JVM
https://appliedtopology.github.io/tda4j/
MIT License
3 stars 0 forks source link

Creation of Chain.kts #8

Closed dhope-lab closed 8 months ago

dhope-lab commented 12 months ago

refer to Edelsbrunner and INTRODUCTION TO SIMPLICIAL COMPLEXES

Note: Full implementation is done when SortedMapsis done.

dhope-lab commented 9 months ago

Replace Float with kmath-algebra's Field (possibly Float64) implementation. Refer to @jsmatuszewski 's use of SortedMap for Chain, to replace Kotlin's Map on own implementation.

Still due:

dhope-lab commented 9 months ago

Fix Chain.kt so it works with FiniteField.kt using context receivers