[SciPy-user] Sparse factorisation

Nathan Bell wnbell at gmail.com
Sun May 3 17:17:27 EDT 2009


On Fri, May 1, 2009 at 10:21 AM, Gael Varoquaux
<gael.varoquaux at normalesup.org> wrote:
>
> I attached a patch implementing the above plan. It is up for review.
>
> http://projects.scipy.org/scipy/ticket/937
>

This looks fine.  Going forward it would be nice to expose this
functionality through a function lu(A) that returned matrices P,Q,L,
and U such that
P * A * Q = L * U.  However, our SuperLU code is quite old, so we
should update it first.

-- 
Nathan Bell wnbell at gmail.com
http://graphics.cs.uiuc.edu/~wnbell/



More information about the SciPy-User mailing list