modelica / Modelica_LinearSystems2

Free library providing different representations of linear, time invariant differential and difference equation systems, as well as typical operations on these system descriptions.
19 stars 19 forks source link

Delete obsolete function LAPACK.dgeqp3 #214

Closed tobolar closed 4 months ago

tobolar commented 4 months ago

Since deprecated QR and QR2 from Matrices.Internal were deleted with #211, dgeqp3 is no more used in the Library and can be deleted. This was pushed in #187 already and reverted in #196.