We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1474262 commit ba0818eCopy full SHA for ba0818e
1 file changed
test/recycle.jl
@@ -73,7 +73,7 @@ function getCostFunc_recycle(E::FunOp, T::FunOp, d::Array{Complex{Float64},3})
73
@recycle(arrays=[L,S,d], funops=[E,t], numbers=[λ_L,λ_S],
74
(L,S,d,λ_L,λ_S) -> 0.5*norm₂(E*(L + S) - d)^2 + λ_L*normₙ(L) + λ_S*norm₁(T * S))
75
end
76
-#const cost_recycle = getCostFunc_recycle(E, T, d)
+const cost_recycle = getCostFunc_recycle(E, T, d)
77
78
function AL_2_recycle(d::Array{Complex{Float64}, 3}, # measurement data
79
Ω::FunOp, # sampling operator
0 commit comments