JuliaImageRecon / RegularizedLeastSquares.jl

MIT License
20 stars 9 forks source link

Small fixes #83

Closed jonschumacher closed 3 months ago

jonschumacher commented 4 months ago

@nHackel I had to fix some things on Julia 1.10 to get L1 regularization and CGNR running. I am not sure why T does not exist in the context but using typeof should be optimized away so this should be equivalent.