Julia implementation of MULTISPATI
The package can be installed with the Julia package manager.
From the Julia REPL, type ]
to enter the Pkg
REPL mode and run:
pkg> add Multispati
Or, alternatively, via the Pkg
API:
using Pkg
Pkg.add("Multispati")
The documentation for Multispati.jl is available here.