Re: [Numpy-discussion] GMRES internal variables

2009-02-17 Thread David Huard
Nathan, First of all, thanks to all your work on the sparse linear algebra package, I am starting to use it and it's much appreciated. Just a thought: wouldn't it be more natural to write gmres as a class rather than a function ? That way, accessing the internal work arrays for reuse would be muc

Re: [Numpy-discussion] GMRES internal variables

2009-02-16 Thread Nathan Bell
On Mon, Feb 16, 2009 at 10:49 PM, wrote: > > I'm trying to run multiple instances of GMRES at the same time (one inside > another actually, used inside of the preconditioner routine) but am > running in to some problems. My guess is there is a single set of internal > variables associated with GM

[Numpy-discussion] GMRES internal variables

2009-02-16 Thread jordan
Hi all, I'm trying to run multiple instances of GMRES at the same time (one inside another actually, used inside of the preconditioner routine) but am running in to some problems. My guess is there is a single set of internal variables associated with GMRES and when I initiate a new GMRES inside a