Re: Problems with 'scipy.sparse.linalg.dsolve.umfpack'

2010-05-02 Thread Chris Rebert
On Sun, May 2, 2010 at 11:24 PM, pp wrote: > Hello all, > > I have this equation to solve where variable > LHS is a sparse matrix and RHS is an array . > c = linsolve.spsolve(LHS, RHS) > > > i get this error > warn( 'scipy.sparse.linalg.dsolve.umfpack will be removed,'\ >                  ' instal

Problems with 'scipy.sparse.linalg.dsolve.umfpack'

2010-05-02 Thread pp
Hello all, I have this equation to solve where variable LHS is a sparse matrix and RHS is an array . c = linsolve.spsolve(LHS, RHS) i get this error warn( 'scipy.sparse.linalg.dsolve.umfpack will be removed,'\ ' install scikits.umfpack instead' what is the reason for this and d