On Thu, Aug 27, 2009 at 10:00, Jack Yu wrote:
> Hi all,
>
> I am having trouble using the function numpy.linalg.svd(). It works fine on
> my personal computer. However, when I use it on a cluster at university, it
> returns 'Illegal Instruction', when the input matrix is complex. Is this
> funct
Hi all,
I am having trouble using the function numpy.linalg.svd(). It works fine on
my personal computer. However, when I use it on a cluster at university, it
returns 'Illegal Instruction', when the input matrix is complex. Is this
function meant to work on a complex array? If so, what could