Skip to content

Commit a8e2cb4

Browse files
authored
Fix docstring of ImageBridge
1 parent b56a9aa commit a8e2cb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Bridges/Constraint/image.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ with gram basis `b = [x^2, y^2, x * y]` of [Parrilo2003; Example 6.1](@cite).
2020
The product `b * b'` is
2121
```math
2222
\\begin{bmatrix}
23-
x^4 & x^2 y^2 & x^3 y\\
24-
x^2 y^2 & y^4 & x y^3\\
23+
x^4 & x^2 y^2 & x^3 y\\\\
24+
x^2 y^2 & y^4 & x y^3\\\\
2525
x^3 y & x y^3 & x^2 y^2
2626
\\end{bmatrix}
2727
```
@@ -33,8 +33,8 @@ the corresponding coefficient in `p`, i.e., `-1`.
3333
The gram matrix is therefore:
3434
```math
3535
\\begin{bmatrix}
36-
2 & -\\lambda & 1\\
37-
-\\lambda & 5 & 0\\
36+
2 & -\\lambda & 1\\\\
37+
-\\lambda & 5 & 0\\\\
3838
1 & 0 & 2\\lambda - 1
3939
\\end{bmatrix}
4040
```

0 commit comments

Comments
 (0)