Open GoogleCodeExporter opened 8 years ago
Rigorously speaking, the matrix must be symmetric positive definite. Then the
conjugate gradients method converges in exact arithmetic.
If it doesn't, try bicgstab which is also available in CUSP.
Evidently, CUSP was developed under Linux :) I run it on my XP machine as well,
without any problem.
Original comment by agnonc...@gmail.com
on 6 Aug 2010 at 3:45
I am currently working on a GMRES based iterative solver using cusp which
should be more numerically stable than CG. I have it pretty much working
(aside from a few minor workarounds in the way I'm using the monitors) but
convergence is much more stable than CG.
Original comment by jacob.re...@gmail.com
on 25 Oct 2010 at 11:23
Original issue reported on code.google.com by
xuyuanzh...@gmail.com
on 8 Jul 2010 at 7:59