inpoly 0.1.1

Rust rewrite of Darren Engwirda's inpoly-python
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "inpoly"
version = "0.1.1"
edition = "2021"
license-file = "LICENSE.md"
repository = "https://github.com/jreniel/inpoly-rust.git"
description = "Rust rewrite of Darren Engwirda's inpoly-python"

[dependencies]
meshgridrs = "0.1.1"
ndarray = "0.15.6"
ndarray-stats = "0.5.1"
ordered-float = "4.2.0"

[dev-dependencies]
gnuplot = "0.0.43"