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/manual/linear_systems.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ The augmented system above can be reduced to the positive-definite _normal equat
38
38
\Delta x &= (Θ^{-1} + R_{p})^{-1} (A^{T} \Delta y - \xi_{d})
39
39
\end{array}
40
40
```
41
-
When selected, this reduction is transparent to the interior-point algorithm.
41
+
If available and when selected, this reduction is transparent to the interior-point algorithm.
42
42
43
43
To enable the use of fast external libraries and/or specialized routines, the resolution of linear systems is performed by an [`AbstractKKTSolver`] object.
44
44
@@ -52,4 +52,11 @@ Here is a list of currently supported linear solvers:
0 commit comments