Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.31 KB

README.md

File metadata and controls

18 lines (15 loc) · 1.31 KB

StateSpaceSets.jl

docsdev docsstable CI codecov

A Julia package that provides functionality for state space sets. These are ordered collections of points of fixed length (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.