Skip to content

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobAsslaender committed Dec 12, 2023
1 parent 9153f81 commit 2c6c906
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/src/API/solvers.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ RegularizedLeastSquares.SplitBregman

## Miscellaneous Functions
```@docs
RegularizedLeastSquares.StoreSolutionCallback
RegularizedLeastSquares.StoreConvergenceCallback
RegularizedLeastSquares.CompareSolutionCallback
RegularizedLeastSquares.linearSolverList
RegularizedLeastSquares.createLinearSolver
RegularizedLeastSquares.applicableSolverList
Expand Down
2 changes: 1 addition & 1 deletion src/proximalMaps/ProxTV.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export TVRegularization
"""
TVRegularization
Regularization term implementing the proximal map for TV regularization. Calculated with the Condat algorithm if the TV is calculated only along one dimension and with the Fast Gradient Projection algorithm otherwise.
Regularization term implementing the proximal map for TV regularization. Calculated with the Condat algorithm if the TV is calculated only along one real-valued dimension and with the Fast Gradient Projection algorithm otherwise.
Reference for the Condat algorithm:
https://lcondat.github.io/publis/Condat-fast_TV-SPL-2013.pdf
Expand Down

0 comments on commit 2c6c906

Please sign in to comment.