[Numpy-discussion] LU factorization?

Travis E. Oliphant oliphant at enthought.com
Wed Oct 15 17:22:25 EDT 2008


Charles R Harris wrote:
>
>
> I would just add the bits that are already there and don't add any 
> extra dependencies, i.e., they are there when numpy is built without 
> ATLAS or other external packages. The determinant function in linalg 
> uses the LU decomposition, so I don't see why that shouldn't be 
> available to the general user.
If LU is already part of lapack_lite and somebody is willing to put in 
the work to expose the functionality to the end user in a reasonable 
way, then I think it should be added.

-Travis




More information about the NumPy-Discussion mailing list