Project URL: https://github.com/Clpr/BoxDomains.jl
BoxDomains.jl
provides convenient abstractions of mutli-dimensional bounded space like
which are everywhere in economic modeling. The package allows users to define, manipulate, slice, transform, and discretize such spaces. The data structures are lazy. In particular, most of the operations overload Julia Base such that users can have a native coding experience.
This package has been registered at Julia’s general registry. To install it, simply run:
pkg> add BoxDomains.jl