I have a matrix of decision variables in X (size mxn) and would like to use the expression xVx’ in one of my cone constraints (with V positive definite and size n*n). Unfortunately cvx complains that this is not a scalar quadratic form. What is the best way to use these kind of matrices as a function of decision variables in the constraints?