You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/atoms.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,13 @@ FlatExtension
46
46
The second approach is to first obtain the image space of the moment matrix,
47
47
represented as a [`MacaulayNullspace`](@ref)
48
48
and to then compute the multiplication matrices from this image space.
49
+
This is implemented by the [`ImageSpaceSolver`](@ref).
50
+
51
+
```@docs
52
+
MacaulayNullspace
53
+
ImageSpaceSolver
54
+
```
55
+
49
56
This image space is obtained from a low rank LDLT decomposition of the moment matrix.
50
57
This decomposition can either be obtained by a cholesky or SVD decomposition from which we remove the rows corresponding to the negligeable eigen/singular values.
51
58
@@ -55,7 +62,6 @@ ShiftCholeskyLDLT
55
62
SVDLDLT
56
63
low_rank_ldlt
57
64
LowRankLDLT
58
-
MacaulayNullspace
59
65
```
60
66
61
67
The choice of cutoff between the significant and neglibeable eigen/singular values is
0 commit comments