Hi,
Is there any "smart" way to generate a (square) matrix variable that is also Toeplitz in cvxpy? I tried to "manually" generate it by constructing a 2D python list with elements appropriately selected from the (vector) cvxpy variables representing the first row and column and then wrapping it with the cvxpy.bmat function to generate a cvxpy matrix variable (so I can proceed in imposing a semidefinite matrix constraint). However, it appears that this is not working (kernel crushes when calling cvxpy.solve(); of course, I may be doing something wrong in my implementation).
Thanks a lot for any ideas,
Stelios