block icon indicating copy to clipboard operation
block copied to clipboard

CVXPY

Open robokang opened this issue 8 years ago • 2 comments

Supporting for the bmat of CVXPY (http://www.cvxpy.org/en/latest/tutorial/functions/index.html?highlight=bmat) would be very useful.

robokang avatar Feb 10 '17 09:02 robokang

In my uses of cvxpy, I'm able to use block to construct the numpy coefficient matrices and I'm not sure when I would want to use this on the cvxpy types. How would you use this with cvxpy?

bamos avatar Feb 10 '17 10:02 bamos

I use cvxpy block for feedback controller design of dynamical systems (e.g. see https://yalmip.github.io/example/lpvstatefeedback/). It would be convenient if I can treat semidefinite matrix variables in a block matrix in the same way as that of numpy.

robokang avatar Feb 10 '17 13:02 robokang