control icon indicating copy to clipboard operation
control copied to clipboard

The control function care() uses defunct package "QT"

Open griff10000 opened this issue 6 years ago • 0 comments

The current care() function requires package QT which is now unavailable.

However, commenting out line 69 as follows: # tmp <- QZ::qz.zgees(val) # schur decomposition from QZ

and un-commenting line 68 as follows: tmp <- Matrix::Schur(val) # coerces imaginary parts

solves the problem and gives the same results as Octave function lqr(), but not Octave care(), on a sample problem.

Let me know if anything unclear.

Regards,

Graham W Griffiths [email protected]

griff10000 avatar Nov 08 '19 17:11 griff10000