Skip to content

Commit 11f2f5b

Browse files
authored
add CITATION.bib
1 parent 97324ed commit 11f2f5b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CITATION.bib

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@inproceedings{controlsystems_jl,
2+
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.},
3+
author = {Bagge Carlson, Fredrik and Fält, Mattias and Heimerson, Albin and Troeng, Olof},
4+
booktitle = {Proceedings of CDC 2021},
5+
language = {eng},
6+
month = {12},
7+
title = {ControlSystems.jl: A Control Toolbox in Julia},
8+
url = {https://github.com/JuliaControl/ControlSystems.jl},
9+
year = {2021},
10+
}

0 commit comments

Comments
 (0)