Computing cone-constrained singular values of matrices
Abstract
This paper deals with the numerical computation of the least singular value of a rectangular matrix relative to a pair of closed convex cones , which is defined as the optimal value of the non-convex optimization problem of minimizing such that and are unit vectors in and , respectively. When is the identity matrix, the least singular value coincides with the cosine of the largest angle between and . When and are positive orthants, the least singular value is called the least Pareto singular value of and has applications, for instance, in graph theory. We prove the NP-hardness of all the above problems, while identifying cases when such problems can be solved in polynomial time. We then propose four algorithms. Two are exact algorithms, meaning that they are guaranteed to compute a globally optimal solution; one uses an exact non-convex quadratic programming solver, and the other a brute-force active-set method. The other two are heuristics, meaning that they rapidly compute locally optimal solutions; one uses an alternating projection algorithm with extrapolation, and the other a sequential partial linearization approach based on fractional programming. We illustrate the use of these algorithms on several examples.
Cite
@article{arxiv.2504.04069,
title = {Computing cone-constrained singular values of matrices},
author = {Giovanni Barbarino and Nicolas Gillis and David Sossa},
journal= {arXiv preprint arXiv:2504.04069},
year = {2026}
}
Comments
30 pages. Accepted in Journal of Optimization Theory and Applications. Code, data and experiments available from https://github.com/giovannibarbarino/coneSV/