[SciPy-dev] L, U, P, Q, R, do_recip = umfpack.lu(B)

Nathan Bell wnbell at gmail.com
Mon Jan 15 14:14:03 EST 2007


On 1/15/07, Nils Wagner <nwagner at iam.uni-stuttgart.de> wrote:
> Hi all,
>
> I am using L, U, P, Q, R, do_recip = umfpack.lu(B) to compute the LU
> factors of
> a sparse matrix B.
> do_recip should be boolean but is <type 'int'>.
> Am I missing something ?

It should be a boolean, I just didn't cast it properly.   It's been
fixed in SVN.

-- 
Nathan Bell wnbell at gmail.com



More information about the SciPy-Dev mailing list