Re: [math] WishList: iterative linear solvers

2011-04-19 Thread Ted Dunning
There is also an iterative conjugate gradient solver that is about to go in as well. On Tue, Apr 19, 2011 at 1:16 PM, Ted Dunning wrote: > I am about to check in an implementation of LSMR into Mahout. As always, > Commons Math is entirely welcome to poach it or any aspect of it. > > That might

Re: [math] WishList: iterative linear solvers

2011-04-19 Thread Ted Dunning
I am about to check in an implementation of LSMR into Mahout. As always, Commons Math is entirely welcome to poach it or any aspect of it. That might or might not be what you want. 2011/4/19 Sébastien Brisard > Dear All, > following a previous discussion where I got the impression that such >

[math] WishList: iterative linear solvers

2011-04-19 Thread Sébastien Brisard
Dear All, following a previous discussion where I got the impression that such solvers would be useful in commons-math, I took the liberty to open a wiki page discussing some design issues. I would really appreciate any feedback, so that I can submit some code in adequate form. I do not know if my