JuliaImageRecon / RegularizedLeastSquares.jl

MIT License
20 stars 9 forks source link

Lazy transpose now in LInearAlgebra #3

Closed hofmannmartin closed 5 years ago

hofmannmartin commented 5 years ago

lazy transpose is now standard in LinearAlgebra, where adjoint and transpose are defined. Would improve our code if we would use the stuff from LinearAlgebra.

tknopp commented 5 years ago

yes, that needs refactoring.

tknopp commented 5 years ago

I have switch to the lazy transposed type from LinearAlgebra. We basically shipped the same version in the julia 0.6 days, so the switch was simple. Its changed in MPIReco accordingly.