https://github.com/astupidbear/perseus.jl
Persistent Homology for Julia
https://github.com/astupidbear/perseus.jl
Last synced: 7 months ago
JSON representation
Persistent Homology for Julia
- Host: GitHub
- URL: https://github.com/astupidbear/perseus.jl
- Owner: AStupidBear
- Created: 2017-03-14T04:56:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-08T16:07:56.000Z (over 5 years ago)
- Last Synced: 2025-01-10T03:11:13.721Z (9 months ago)
- Language: Julia
- Homepage:
- Size: 466 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Perseus.jl
This is a Julia wrapper for [Perseus](http://people.maths.ox.ac.uk/nanda/perseus/index.html)(Computation of Persistent Homology)## Installation
```julia
Pkg.clone("https://github.com/AStupidBear/Perseus.jl.git")
```## Usage
See [examples]("./examples/")