Skip to content

Commit 0a4e048

Browse files
Update dfsane.jl
1 parent 1726764 commit 0a4e048

File tree

1 file changed

+1
-1
lines changed
  • lib/NonlinearSolveSpectralMethods/src

1 file changed

+1
-1
lines changed

lib/NonlinearSolveSpectralMethods/src/dfsane.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ parameters and the algorithm, see [la2006spectral](@citet).
1616
- `sigma_max`: the maximum value of the spectral coefficient `σₙ` which is related to the
1717
step size in the algorithm. Defaults to `1e10`.
1818
19-
For other keyword arguments, see [`RobustNonMonotoneLineSearch`](@ref).
19+
For other keyword arguments, see RobustNonMonotoneLineSearch in LineSearch.jl.
2020
"""
2121
function DFSane(;
2222
sigma_min = 1 // 10^10, sigma_max = 1e10, sigma_1 = 1, M::Int = 10,

0 commit comments

Comments
 (0)