Matrix inequality on a 3D sdpvar #1420
-
Hi- I understand that YALMIP detects symmetry in order to decide whether to treat the constraint Suppose I declare a 3 dimensional sdpvar which consists of k pages of
Now every page A second question I have is this: assume that
to be regarded as another matrix inequality instead of element-wise inequalities. Since |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That is probably not intended behavior, and will have to be fixed. For now, you will have to loop over the slices BA where B and A are symmetric does not mean BA is symmetric. Here you will have to loop regardless though, as nd-array matrix multiplications simply isn't supported |
Beta Was this translation helpful? Give feedback.
That is probably not intended behavior, and will have to be fixed. For now, you will have to loop over the slices
BA where B and A are symmetric does not mean BA is symmetric. Here you will have to loop regardless though, as nd-array matrix multiplications simply isn't supported