[SciPy-dev] Strange bug in linalg
Norbert Nemec
Norbert.Nemec.list at gmx.de
Mon Nov 15 12:05:07 CST 2004
On Monday 15 November 2004 13:34, Robert Kern wrote:
> 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.
Large parts do already work with numarray. The longterm goal is also set to
support numarray (As I understand, probably as an alternative to Numeric).
Therefore, I would assume that those points that do not work yet should be
identified and either be fixed or marked as ToDo.
--
_________________________________________Norbert Nemec
Bernhardstr. 2 ... D-93053 Regensburg
Tel: 0941 - 2009638 ... Mobil: 0179 - 7475199
eMail: <Norbert at Nemec-online.de>
More information about the Scipy-dev
mailing list