JuliaLinearAlgebra / IterativeSolvers.jl

Iterative algorithms for solving linear systems, eigensystems, and singular value problems
MIT License
401 stars 106 forks source link

Allow pre-allocation and re-use of buffers in CG #193

Closed mohamed82008 closed 6 years ago

haampie commented 6 years ago

Hey, I think this might be a good direction, since right now reusing the iterable structs is a bit awkward. This needs to be documented though!

mohamed82008 commented 6 years ago

I believe this is ready?