Convex Geometry Numerical Toolkit
🚧Under Construction🚧
pro-tip: the file should look like the following, where each row is a point of dimension N
| 1 | 1 | 1 | -1 |
| 2 | -2 | 3 | 4 |
| 4 | 6 | 7 | 8 |
| ... | |||
pro-tip: the file should look like the following, where each row is a vector of dimension N
| 2 | 4 | 3 | -1 |
| 1 | -2 | 3 | 6 |
| 2 | 6 | 6 | 8 |
| ... | |||