Documentation | Build Status |
---|---|
This package implements a memory-efficient algorithm to compute the smoothed spectral abscissa (SSA) of square matrices, and the associated gradient. The computation can be optimized for recursion, so that each new calculation does not reallocate memory.
I implemented only the "simplified" version that does not have projections.
The algorithm is described in the following paper:
The Smoothed Spectral Abscissa for Robust Stability Optimization , J Vanbiervliet et al , 2009. DOI: 10.1137/070704034
WORK IN PROGRESS!