Skip to content

Commit

Permalink
[documentation] Fix a link to a tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Aug 29, 2022
1 parent 569d9d9 commit 8b7878f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/factorization-free.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ where
* `symmetric` and `hermitian` should be set to `true` or `false`;
* `prod(y, v)`, `tprod(y, w)` and `ctprod(u, w)` are called when writing `mul!(y, A, v)`, `mul!(y, tranpose(A), w)`, and `mul!(y, A', u)`, respectively.

See the [tutorial](https://juliasmoothoptimizers.github.io/JSOTutorials.jl/linear-operators/introduction-to-linear-operators/introduction-to-linear-operators.html) and the detailed [documentation](https://juliasmoothoptimizers.github.io/LinearOperators.jl/dev/) for more informations on `LinearOperators.jl`.
See the [tutorial](https://juliasmoothoptimizers.github.io/tutorials/introduction-to-linear-operators/) and the detailed [documentation](https://juliasmoothoptimizers.github.io/LinearOperators.jl/dev/) for more informations on `LinearOperators.jl`.

## Examples

Expand Down

0 comments on commit 8b7878f

Please sign in to comment.