Skip to main content

BoxDomains.jl

·78 words·1 min
Julia Code
Tianhao Zhao
Author
Tianhao Zhao
More coffee

Project URL: https://github.com/Clpr/BoxDomains.jl

BoxDomains.jl provides convenient abstractions of mutli-dimensional bounded space like

$$ \mathcal{X} := \prod_{j=1}^D [\underline{x}_j, \bar{x}_j] $$

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