|
From: Sasha <nd...@ma...> - 2006-01-21 17:53:39
|
You may be hitting a known problem in lapack's _geev functions that rely on computations not being performed with extra precision. See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=3D138683 -- sasha On 1/21/06, Jose Borreguero <bor...@gm...> wrote: > Hi all, > I don't understand what's going on. Here's my python session: > $ python > >>> from numpy.random import rand > >>> a=3Drand(3,3) > >>> from numpy.linalg import det,eig > >>> det(a) > 0.070796819514446802 > >>> eig(a) > and the process freezes here (at least 18minutes from now). I checked wit= h > 'top' and python is using all CPU. > Any ideas, please? > jose > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log fi= les > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmdlnk&kid=103432&bid#0486&dat=121642 > _______________________________________________ > Numpy-discussion mailing list > Num...@li... > https://lists.sourceforge.net/lists/listinfo/numpy-discussion > |