-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
The SLS problem (with
Proposal
- Implement a 'fallback' internal function to be called when single-column decomposition is used. Initially, we can try simply solving the associated (sparse) linear system.
- Compute and store a QR/Cholesky sparse decomposition of the linear operator that solves the optimization. This should be also be done only once in the case of output-feedback SLS.
Notes
- In case the performance increase is too dramatic, maybe we should evaluate the need for Distributing the columns. Still, there is a semantic advantage of distribution (=distributed synthesis where different
$\mu$ -Controllers compute different portions of the closed-loop map)
Implemented in: TBD
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request