Disciplined convex programming error:
Only scalar quadratic forms can be specified in CVX
.
variables a(N,1)
minimize( sum( sum((a*a').*(label*label').*test(x)) ) - sum(a))
I want to realize a*a’ to get a matrix, while the error occurs, how can I still get this matrix?