An open API service indexing awesome lists of open source software.

https://github.com/lamagraph/qtreeinpla

QuadTrees in Interaction Nets
https://github.com/lamagraph/qtreeinpla

graphblas interaction-nets quadtree sparse-matrices

Last synced: 3 months ago
JSON representation

QuadTrees in Interaction Nets

Awesome Lists containing this project

README

          

# QTreeInpla

QuadTree linear algebra implementation in Inpla.

# How to run golden tests

Ensure dotnet is installed.

1. Clone patched Inpla repository at [Lamagraph/inpla](https://github.com/Lamagraph/inpla)
2. Compile to obtain Inpla executable
3. Make sure you are in the project directory (Inpla's `use` directives are relative to current working directory)
4. `dotnet fsi test.fsx -- $PATH_TO_INPLA_EXECUTABLE` or simply `./test.fsx $PATH_TO_INPLA_EXECUTABLE`