Is there anyway to represent this expression in cvx?

No., That is non-convex. If x_k were fixed (and nonnegative) rather than being a variable, and A >= 0, E >= 0, it would be a convex constraint and could be reformulated for CVX using inv_pos and rel_entr as shown in my answer to your previous question at How to represent this expression in CVX - #4 by Mark_L_Stone .