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

Chris Rebert clp2 at rebertia.com
Mon May 3 02:48:03 EDT 2010


On Sun, May 2, 2010 at 11:24 PM, pp <parul.pandey85 at gmail.com> 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,'\
>                  ' install scikits.umfpack instead'
> what is the reason for this and do I do next
>
> Please help
> I am very new to scipy.

This is the general Python mailinglist. You'd be more likely to get an
answer on the SciPy mailinglist:
http://mail.scipy.org/mailman/listinfo/scipy-user

Cheers,
Chris
--
http://blog.rebertia.com



More information about the Python-list mailing list