ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> scipy-user
scipy-user
Re: [SciPy-user] Trouble with linsolve
by Bill Baxter other posts by this author
Nov 28 2006 8:13AM messages near this date
Re: [SciPy-user] Trouble with linsolve | Re: [SciPy-user] Trouble with linsolve
Just a guess, but I think the problem is just that usually when people
solve sparse equations the matrix is sparse, but the RHS vector is
dense.   I don't know if UMFPACK or SuperLU can actually handle a
sparse RHS vector, but if they can, then it sounds like a SciPy bug.

I guess it should work if you convert your 'f' to a dense array before
making the calls to the solver.

Regards,
--bb
_______________________________________________
SciPy-user mailing list
SciPy-user@[...].org
http://projects.scipy.org/mailman/listinfo/scipy-user
Thread:
Nils Wagner
Nils Wagner
Bill Baxter
Nils Wagner
Nils Wagner

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved