[julia-users] Re: (preconditioned) conjugate gradient method availability

2014-04-09 Thread Tony Kelman
Have a look at the IterativeSolvers package: https://github.com/JuliaLang/IterativeSolvers.jl It hasn't seen much development in the last couple months, but it does contain CG and GMRES implementations that can take preconditioners. On Wednesday, April 9, 2014 8:53:02 AM UTC-7, Alexander

[julia-users] Re: (preconditioned) conjugate gradient method availability

2014-04-09 Thread Alexander Samoilov
Thanks a lot for the link! Sure, I will try the package. On Thursday, April 10, 2014 5:12:29 AM UTC+4, Tony Kelman wrote: Have a look at the IterativeSolvers package: https://github.com/JuliaLang/IterativeSolvers.jl It hasn't seen much development in the last couple months, but it does