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 935de6e commit 2ccb876Copy full SHA for 2ccb876
src/solutions/basic_solutions.jl
@@ -5,8 +5,9 @@ Representation of the solution to an linear system Ax=b defined by a LinearProbl
5
6
## Fields
7
8
-- `u`: the representation of the optimization's solution.
9
-- `resid`: the residual of the solver, if the method is an iterative method.
+- `u`: the representation of the linear solve's solution.
+- `resid`: the residual of the solver, if the method is an iterative method. Returns a mutable
10
+ type, thus if scalar it is wrapped in a `Ref`.
11
- `alg`: the algorithm type used by the solver.
12
- `iters`: the number of iterations used to solve the equation, if the method is an iterative
13
method.
0 commit comments