Skip to content

Commit

Permalink
Fix docstring of ImageBridge
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat authored May 16, 2024
1 parent b56a9aa commit a8e2cb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Bridges/Constraint/image.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ with gram basis `b = [x^2, y^2, x * y]` of [Parrilo2003; Example 6.1](@cite).
The product `b * b'` is
```math
\\begin{bmatrix}
x^4 & x^2 y^2 & x^3 y\\
x^2 y^2 & y^4 & x y^3\\
x^4 & x^2 y^2 & x^3 y\\\\
x^2 y^2 & y^4 & x y^3\\\\
x^3 y & x y^3 & x^2 y^2
\\end{bmatrix}
```
Expand All @@ -33,8 +33,8 @@ the corresponding coefficient in `p`, i.e., `-1`.
The gram matrix is therefore:
```math
\\begin{bmatrix}
2 & -\\lambda & 1\\
-\\lambda & 5 & 0\\
2 & -\\lambda & 1\\\\
-\\lambda & 5 & 0\\\\
1 & 0 & 2\\lambda - 1
\\end{bmatrix}
```
Expand Down

0 comments on commit a8e2cb4

Please sign in to comment.