fast_pl 1.3.0

A plane-sweep implementation to compute persistence landscapes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# fast-pl
![Crates.io Version](https://img.shields.io/crates/v/fast_pl)
![Crates.io Total Downloads](https://img.shields.io/crates/d/fast_pl)
![docs.rs](https://img.shields.io/docsrs/fast_pl)

The fastest persistence landscape algorithm!

Rust Persistance Landscape using line sweep 

## Dependencies
Must install libfontconfig1-dev to build with plotting feature:
```sh
sudo apt install libfontconfig1-dev
```