-
Notifications
You must be signed in to change notification settings - Fork 85
/
CITATION.bib
10 lines (10 loc) · 1.12 KB
/
CITATION.bib
1
2
3
4
5
6
7
8
9
10
@inproceedings{controlsystems_jl,
abstract = {ControlSystems.jl enables the powerful features of the Julia language to be leveraged for control design and analysis.<br/>The toolbox provides types for state-space, transfer-function, and time-delay models, together with algorithms for design and analysis.<br/>Julia's mathematically-oriented syntax is convenient for implementing control algorithms, and its just-in-time compilation gives performance on par with C.<br/>The multiple-dispatch paradigm makes it easy to combine the algorithms with powerful tools from Julia's ecosystem, such as automatic differentiation, arbitrary-precision arithmetic, GPU arrays, and probability distributions.<br/>We demonstrate how these features allow complex problems to be solved with little effort.},
author = {Bagge Carlson, Fredrik and Fält, Mattias and Heimerson, Albin and Troeng, Olof},
booktitle = {Proceedings of CDC 2021},
language = {eng},
month = {12},
title = {ControlSystems.jl: A Control Toolbox in Julia},
url = {https://github.com/JuliaControl/ControlSystems.jl},
year = {2021},
}