[SciPy-dev] Strange bug in linalg
Robert Kern
rkern at ucsd.edu
Mon Nov 15 06:34:32 CST 2004
Norbert Nemec wrote:
> Hi there,
>
> the following code shows a really strange bug:
>
> -----------------------------
>
>> from numarray import *
>> from scipy.linalg import *
>> print array([[1.0]])
>> print eig(array([[1.0,1.0j],[-1.0j,1.0j]]))
Scipy does not currently work with numarray. My first guess is that that
is causing the crash.
--
Robert Kern
rkern at ucsd.edu
"In the fields of hell where the grass grows high
Are the graves of dreams allowed to die."
-- Richard Harter
More information about the Scipy-dev
mailing list