We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa5916 commit e241db4Copy full SHA for e241db4
src/types.jl
@@ -429,7 +429,7 @@ function (f::LeastSquaresIterativeCstmTol)(x)
429
end
430
431
function prox!(y, f::LeastSquaresIterativeCstmTol, x, gamma)
432
- @info "[🎴 ] calling Shuvo's custom prox on LeastSquaresIterativeCstmTol"
+ # @info "[🎴 ] calling Shuvo's custom prox on LeastSquaresIterativeCstmTol"
433
f.q .= f.lambdaAtb .+ x./gamma
434
RC = eltype(f.S)
435
# two cases: (1) tall A, (2) fat A
0 commit comments