We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1958c commit 31493b4Copy full SHA for 31493b4
src/Bridges/squarepsdbridge.jl
@@ -46,16 +46,16 @@ matrix.
46
For instance, the constraint for the matrix
47
```math
48
\\begin{pmatrix}
49
- 1 & 1 + x & 2 - 3x\\
50
- 1 + x & 2 + x & 3 - x\\
+ 1 & 1 + x & 2 - 3x\\\\
+ 1 + x & 2 + x & 3 - x\\\\
51
2 - 3x & 2 + x & 2x
52
\\end{pmatrix}
53
```
54
to be PSD can be broken down to the constraint of the symmetric matrix
55
56
57
58
- \\cdot & 2 + x & 3 - x\\
+ \\cdot & 2 + x & 3 - x\\\\
59
\\cdot & \\cdot & 2x
60
61
0 commit comments