QuadTree linear algebra implementation in Inpla.
Ensure dotnet is installed.
- Clone Inpla repository
- Patch Inpla code to make MAX_PORTS >= 10, MAX_SYMBOLS >= 1024 and increase many other constants (see Danil-Zaripov/inpla changes)
- Compile to obtain Inpla executable
- Make sure you are in the project directory(Inpla's
usedirectives are relative to current working directory) dotnet fsi test.fsx -- $PATH_TO_INPLA_EXECUTABLEor simply./test.fsx $PATH_TO_INPLA_EXECUTABLE