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 30cd409 commit db47b58Copy full SHA for db47b58
src/GramMatrix.jl
@@ -18,7 +18,7 @@ the Gram matrix satisfies the skew-symmetric rank-2 displacement equation (``X =
18
```math
19
XᵀW - WX = GJGᵀ,
20
```
21
-where ``[0 1; -1 0]`` and where:
+where ``J = [0 1; -1 0]`` and where:
22
23
G[:, 1] = 𝐞_n, G_{:, 2} = W[n-1, :]X[n-1, n] - Xᵀ W[:, n].
24
0 commit comments