packageUtilities
Utility functions that should not be directly utilized by the user
Extends from Modelica.Icons.UtilitiesPackage (Icon for utility packages).
Information
This package contains utility functions that are utilized by higher level matrix functions. These functions are usually not useful for an end-user.
Contents
| Name | Description |
|---|---|
| Newton's method with exact line search for iterative solving continuous algebraic Riccati equation | |
| Newton's method with exact line search for solving discrete algebraic Riccati equation | |
| Transform a real square matrix A to upper Hessenberg form H by orthogonal similarity transformation: Q' * A * Q = H | |
| Compute eigenvalues of an upper Hessenberg form matrix | |
| Reorders a real Schur form to clusters of stable and unstable eigenvalues | |
| Find a local minimizer tk to define the length of the step tk*Nk in continuousRiccatiIterative and discreteRiccatiIterative |