Hi all,<br><br>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 be the cause of the illegal instruction message?<br>
<br>The version of numpy is 1.2.1.  I have tried calling it via both numpy.linalg.svd(), and pylab.svd().  <br><br>Thanks in advance for any help,<br><br>Jack Yu<br>