[SciPy-User] How to obtain the LU matrices when using `scipy.sparse.linalg.splu`?

Saullo Castro saullogiovani at gmail.com
Fri Nov 1 11:01:09 EDT 2013


I've tried to obtain the `LU` matrices using this SuperLU wrapper without
succes.

In the `dgstrf` function documentation it says that the outputs are `L`,
`U` and a `stat`.

Is there any hidden parameter that I can pass to `scipy.sparse.linalg.splu`
or `scipy.sparse.linalg.spilu` in order to obtain the `L` and `U` matrices
instead of the `factored_lu` object?

Greetings!
Saullo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20131101/dff7468d/attachment.html>


More information about the SciPy-User mailing list