Skip to content

Commit db47b58

Browse files
committed
Update GramMatrix.jl
1 parent 30cd409 commit db47b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GramMatrix.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ the Gram matrix satisfies the skew-symmetric rank-2 displacement equation (``X =
1818
```math
1919
XᵀW - WX = GJGᵀ,
2020
```
21-
where ``[0 1; -1 0]`` and where:
21+
where ``J = [0 1; -1 0]`` and where:
2222
```math
2323
G[:, 1] = 𝐞_n, G_{:, 2} = W[n-1, :]X[n-1, n] - Xᵀ W[:, n].
2424
```

0 commit comments

Comments
 (0)