Skip to content

Commit

Permalink
Fix an error in cgls_lanczos_shift.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Oct 16, 2024
1 parent e55ddd5 commit 2d8d344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cgls_lanczos_shift.jl
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ kwargs_cgls_lanczos_shift = (:M, :ldiv, :atol, :rtol, :itmax, :timemax, :verbose

# Initialize some constants used in recursions below.
ρ = one(T)
@kcopy!(nshifts, σ, β) # σ ← β
@kfill!(σ, β)
@kfill!(δhat, zero(T))
@kfill!(ω, zero(T))
@kfill!(γ, one(T))
Expand Down

0 comments on commit 2d8d344

Please sign in to comment.