PaceControl.jl

PaceControl.jl is a Julia application package that provides specialized tools and algorithms for control theory applications, built on top of the PACE.jl package for algebraic computations in engineering.

Installation

To use the PaceControl.jl package, install it using the repository's url:

using Pkg
Pkg.add(url="https://gitlab.inria.fr/pace/control/pacecontrol.jl.git")

Then load the package:

using PaceControl

License

This package is licensed under the MIT License.