LU decomposition

Nagy László Zsolt gandalf at shopzeus.com
Tue Nov 3 13:21:33 EST 2015


> Hey,
>
> I have to write a LU-decomposition. My Code worked so far but (I want to become better:) ) I want to ask you, if I could write this LU-decomposition in a better way?
Why can't you just use scipy for this?

http://docs.scipy.org/doc/scipy-0.14.0/reference/generated/scipy.linalg.lu.html

Do you really need to reinvent the wheel?





More information about the Python-list mailing list