I have got an optimization problem defined in cvxpy, but want to work with the result in my code in numpy afterwards - how can I convert it from cvxpy into numpy?
It is of type
<class 'numpy.matrixlib.defmatrix.matrix'>
If I want to plot it to see the result, matplotlib shows only a blue area.