functionstaircaseQR

Staircase algorithm to put a state space system to controller Hessenberg form

Information

This algorithm usues QR factorization to generate staircase form i.e. block upper Hessenberg form of the pair (A,B). Due to the well known problem to determine numerically reliable the rank of a matrix, this algorithm should only be used to well conditioned systems. The best way for rank decision would be singular value decomposition, that is used in staicasSVD.

Inputs

TypeNameDefaultDescription
StateSpacessState space system

Outputs

TypeNameDefaultDescription
BooleanisControllable
Modelica_LinearSystems2.Internal.StateSpaceRssm1controllable state space system
Real[:,:]PP