Hi, I know there is ?gglse that solves the linear equality-constrained least squares problem using a generalized RQ factorization
minimize ||c - A*x||2 subject to B*x = d However I would like to solve particular case:
minimize ||c - A*x||2 subject to B*x <= d
Is this possible, I have searched documentation but had no luck
Thanks in advance.