https://github.com/skeptycal/cell-complex
a cell-complex based algebraic topology library
https://github.com/skeptycal/cell-complex
Last synced: 4 months ago
JSON representation
a cell-complex based algebraic topology library
- Host: GitHub
- URL: https://github.com/skeptycal/cell-complex
- Owner: skeptycal
- License: gpl-3.0
- Created: 2019-03-25T23:02:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T16:09:23.000Z (over 2 years ago)
- Last Synced: 2025-01-18T05:33:31.883Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.02 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
# A cell-complex Based Algebraic Topology Library
## Docs
- [paper](https://xieyuheng.github.io/writing/investigations-into-cell-complex.html)
-- "Investigations into Cell Complex", by Xie Yuheng, 2019- wikipedia
- [CW complex](https://en.wikipedia.org/wiki/CW_complex)
- [Cellular homology](https://en.wikipedia.org/wiki/Cellular_homology)- [API](http://api.cell-complex.surge.sh)
-- generated by [typedoc](https://github.com/TypeStrong/typedoc)- recommended books
- **about polytopes**
- "Lectures on Polytopes: Updated Seventh Printing of the First Edition",
by Günter M. Ziegler, 2007- "Regular Polytopes", by Coxeter, 1948
- **simplicial-complex based algebraic topology**
- "A Textbook of Topology"
by Seifert and Threlfall, 1934,
Translated by Michael A. Goldman, 1980------

------
## Contributing
We enforce C4 as collaboration protocol :
- [The C4 RFC](https://rfc.zeromq.org/spec:42/C4)
- [Style Guide](STYLE-GUIDE.md) -- observe the style of existing code and respect it## Code Of Conduct
- [Contributor Covenant Code of Conduct](CODE-OF-CONDUCT.md)
## License
- [GPLv3](LICENSE)