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
- Host: GitHub
- URL: https://github.com/lamagraph/qtreeinpla
- Owner: Lamagraph
- License: mit
- Created: 2026-02-27T08:34:52.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-27T15:53:17.000Z (3 months ago)
- Last Synced: 2026-03-28T00:55:26.977Z (3 months ago)
- Topics: graphblas, interaction-nets, quadtree, sparse-matrices
- Language: F#
- Size: 5.75 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`