Skip to content

Commit ec53a84

Browse files
committed
docs(advanced-jsosolvers): add link to Krylov.jl docs for subsolver algorithm details
1 parent bf40517 commit ec53a84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tutorials/advanced-jsosolvers/index.jmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ JSOSolvers.tronls_allowed_subsolvers
4747
```
4848

4949
These linear least squares solvers are implemented in the package [Krylov.jl](https://github.com/JuliaSmoothOptimizers/Krylov.jl).
50+
For detailed descriptions of each subsolver's algorithm and when to use it, see the [Krylov.jl documentation](https://jso.dev/Krylov.jl/stable/).
5051

5152
```julia
5253
using Krylov

0 commit comments

Comments
 (0)