A Julia package that provides functionality for state space sets.
These are collections of points of fixed, and known by type, size (called dimension).
It is used by many other packages in the JuliaDynamics organization.
The main export of StateSpaceSets
is the concrete type StateSpaceSet
.
The package also provides functionality for distances, neighbor searches,
sampling, and normalization.
To install it you may run import Pkg; Pkg.add("StateSpaceSets")
,
however, there is no real reason to install this package directly
as it is re-exported by all downstream packages that use it.